JSON does not like trailing comma

thanks to @ericzolf for falling over that
This commit is contained in:
Evgeni Golov 2016-12-13 16:17:18 +01:00 committed by Matt Clay
parent c5ab014ad5
commit 62de30e8e9

View file

@ -77,7 +77,7 @@ The data to be added to the top level JSON dictionary looks like this::
"_meta" : {
"hostvars" : {
"moocow.example.com" : { "asdf" : 1234 },
"llama.example.com" : { "asdf" : 5678 },
"llama.example.com" : { "asdf" : 5678 }
}
}