summaryrefslogtreecommitdiffstats
path: root/ghetto_json
Commit message (Collapse)AuthorAgeFilesLines
* Don't parse numbersandsSuren A. Chilingaryan2018-02-281-8/+8
|
* Fix crash when value contains `=`Bryan Larsen2017-11-011-1/+1
| | | | | If the value contains an equal sign (`=`), we get a crash `ValueError: dictionary update sequence element #3 has length 3; 2 is required`
* Add back empty last lineMark Tickner2017-07-251-0/+1
|
* Remove added '_ansible_' JSON fieldsMark Tickner2017-07-211-1/+4
|
* Update ghetto_jsonJotham Read2015-10-021-1/+6
| | | Added support for // style comments in JSON if commentjson is installed.
* initial commitChris West (Faux)2015-10-011-0/+53