Skip to content

2.0

Choose a tag to compare

@faceless2 faceless2 released this 08 Aug 16:43
· 100 commits to master since this release

This release changes the API for reading CBOR and JSON

  • Change Json.read(inputstream, null) to Json.read(inputstream)
  • Change Json.readCbor(inputstream,null) to Json.read(inputstream)

For any other use of JsonWriteOptions or JsonReadOptions, see the new NNNReader and NNNWriter classes