madeso / json

A JSON parser for files written by humans
zlib License
0 stars 0 forks source link

Verify that it is ecma-404 and rfc-8259 compatible #9

Closed madeso closed 4 years ago

madeso commented 5 years ago

This library was implemented with ecma404 in mind. Apperently there is another specification, and they are slightly different (even though they claim not to be). Verify that both are followed.

http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf

https://tools.ietf.org/html/rfc8259

madeso commented 4 years ago

Changed to less important since #23 introduces even more "json standards" and we should accept as much json as possible (within reason)

madeso commented 4 years ago

On second thought. It's not important at all since we should accept all json and the tests mentioned will help us do that.