2.0
This release changes the API for reading CBOR and JSON
- Change
Json.read(inputstream, null)toJson.read(inputstream) - Change
Json.readCbor(inputstream,null)toJson.read(inputstream)
For any other use of JsonWriteOptions or JsonReadOptions, see the new NNNReader and NNNWriter classes