JSON does not like trailing comma

thanks to @ericzolf for falling over that
pull/19655/head
Evgeni Golov 8 years ago committed by Matt Clay
parent c5ab014ad5
commit 62de30e8e9

@ -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 }
}
}

Loading…
Cancel
Save