I was just glancing over your repo and noticed a typo right above "Using CSON".
I believe
Which is far more lenient that JSON, way nicer to write and read, no need to quote and escape everything, has comments and readable multi-line strings, and won't fail if you forget a comma.
Should be
Which is far more lenient than JSON, way nicer to write and read, no need to quote and escape everything, has comments and readable multi-line strings, and won't fail if you forget a comma.
If I misread then I apologise in advance. :P Also I am not currently at a pc capable of sorting a pull request at the moment, so sorry for not being able to create a quick pull request.
I was just glancing over your repo and noticed a typo right above "Using CSON".
I believe
Should be
If I misread then I apologise in advance. :P Also I am not currently at a pc capable of sorting a pull request at the moment, so sorry for not being able to create a quick pull request.