Releases: faceless2/json
Releases · faceless2/json
2.1
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
v1.6
Release 1.6 (I have surrendered my fight against semver) moves the C2PA code from this project to a new project (https://github/com/faceless2/c2pa). It adds a JSR374 / JSR353 implementation. And it drops JsonPath - see https://github.com/faceless2/zpath for a better solution for this.