This package includes an implementation of the JSON spec in Java.
The JSON spec includes the types object, array, number, string and boolean.
We have chosen to use the Java types String and boolean to represent the last
2 of these, and a choice of int, long and double for number.