jjenkov / parsers-in-java

A JSON parser implemented in Java, to show how to implement high performance parsers in Java.
107 stars 31 forks source link

Support for numbers and booleans in the JSON files #3

Closed jjenkov closed 10 years ago

jjenkov commented 10 years ago

The first version of the parser only supported string values. It did not support numbers and booleans.