I am wondering if anybody knows of some standard JSON unit tests that are used out there.
I have a library that does some JSON serialization and deserialization to a specific data object, which I would like to verify is correct. I have homespun several tests which all pass, but I am suspicious there are many corner cases I missed.
I assume that some library out there must have fairly thorough unit tests which I could modify. Does anybody know of any such tests?