You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey thanks for the great collection of JSON test specs!
I'm writing a parser for a personal project and loaded your json files into my fixtures directory. This resulted in a lot of missed failed parsing cases that I was able to resolve.
One thing I noticed is there are a few "leading zero" tests -
Hey thanks for the great collection of JSON test specs!
I'm writing a parser for a personal project and loaded your json files into my fixtures directory. This resulted in a lot of missed failed parsing cases that I was able to resolve.
One thing I noticed is there are a few "leading zero" tests -
One case I see not tested here is multiple zeros followed by a frac / exp. These cases, should, I think, result in failed parsing:
My parser was accepting these before I added special cases for them - it may be good to add them to the test suite.
The text was updated successfully, but these errors were encountered: