Skip to content

Releases: faceless2/json

2.1

28 Oct 11:15

Choose a tag to compare

2.1 adds ML-DSA and (very provisional) SLH-DSA keys to JWK, and Json.objectValue()

2.0

08 Aug 16:43

Choose a tag to compare

2.0

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

v1.6

01 Aug 12:06

Choose a tag to compare

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.

v1.5

07 Mar 19:46

Choose a tag to compare

Release 1.5 (originally 5.0) adds C2PA implementation