## 2.0-RC4 * JsonParser will no longer accept trailing commas * Creating a set of classes that allow writing to json/cbor format files ## 2.0-RC3 * JsonParser can now to parse non-iteger integers ## 2.0-RC2 * improved code style * removing com.rayrobdod.json.builder.StringBuilder * allowing whitespace padding after numbers in JSONParser * allowing U+FEFF padding in beginning of JSONParser * treating U+FEFF as whitespace in CSV and TSV documents documents ## 2.0-RC1 Recreating wholesale