summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't parse numbersandsSuren A. Chilingaryan2018-02-281-8/+8
|
* Merge pull request #8 from bryanlarsen/patch-1Chris West2017-11-031-1/+1
|\ | | | | Fix crash when value contains `=`
| * 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`
* Merge pull request #5 from MarkTickner/patch-1Chris West2017-07-251-0/+4
|\ | | | | Remove added '_ansible_' JSON fields
| * Add back empty last lineMark Tickner2017-07-251-0/+1
| |
| * Remove added '_ansible_' JSON fieldsMark Tickner2017-07-211-1/+4
|/
* Update LICENSE.MITChris West2017-04-051-3/+2
|
* update README about commentjson supportChris West (Faux)2015-10-031-0/+8
|
* Merge pull request #1 from jotham/masterChris West2015-10-031-1/+6
|\ | | | | Added support for // style comments in JSON if commentjson is installed.
| * Update ghetto_jsonJotham Read2015-10-021-1/+6
|/ | | Added support for // style comments in JSON if commentjson is installed.
* clarify conversionsChris West (Faux)2015-10-011-1/+2
|
* bit more indentation thereChris West (Faux)2015-10-011-4/+4
|
* licenseChris West (Faux)2015-10-011-0/+22
|
* initial commitChris West (Faux)2015-10-013-0/+140