Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't parse numbersands | Suren A. Chilingaryan | 2018-02-28 | 1 | -8/+8 |
| | |||||
* | Merge pull request #8 from bryanlarsen/patch-1 | Chris West | 2017-11-03 | 1 | -1/+1 |
|\ | | | | | Fix crash when value contains `=` | ||||
| * | Fix crash when value contains `=` | Bryan Larsen | 2017-11-01 | 1 | -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-1 | Chris West | 2017-07-25 | 1 | -0/+4 |
|\ | | | | | Remove added '_ansible_' JSON fields | ||||
| * | Add back empty last line | Mark Tickner | 2017-07-25 | 1 | -0/+1 |
| | | |||||
| * | Remove added '_ansible_' JSON fields | Mark Tickner | 2017-07-21 | 1 | -1/+4 |
|/ | |||||
* | Update LICENSE.MIT | Chris West | 2017-04-05 | 1 | -3/+2 |
| | |||||
* | update README about commentjson support | Chris West (Faux) | 2015-10-03 | 1 | -0/+8 |
| | |||||
* | Merge pull request #1 from jotham/master | Chris West | 2015-10-03 | 1 | -1/+6 |
|\ | | | | | Added support for // style comments in JSON if commentjson is installed. | ||||
| * | Update ghetto_json | Jotham Read | 2015-10-02 | 1 | -1/+6 |
|/ | | | Added support for // style comments in JSON if commentjson is installed. | ||||
* | clarify conversions | Chris West (Faux) | 2015-10-01 | 1 | -1/+2 |
| | |||||
* | bit more indentation there | Chris West (Faux) | 2015-10-01 | 1 | -4/+4 |
| | |||||
* | license | Chris West (Faux) | 2015-10-01 | 1 | -0/+22 |
| | |||||
* | initial commit | Chris West (Faux) | 2015-10-01 | 3 | -0/+140 |