Skip to content

Jakarta JSON Processing 2.1.0

Compare
Choose a tag to compare
@lukasj lukasj released this 03 May 22:00
· 31 commits to master since this release

This release contains following changes:

  • added API to create JsonValue from primitive types
  • added API to create get JsonValue from java.lang.Number type
  • added API to get current event from the JsonParser
  • added standard property to handle duplicated keys
  • clarified behaviour of JsonObjectBuilder.build() method
  • clarified behaviour of JsonGenerator.close() method
  • changed type bounds of a Map argument in Json.createObjectBuilder(Map): JsonObjectBuilder method
  • added definition of exceptions thrown by JsonParser.getValue()/getObject()/getArray() methods
  • removed (default) implementation from the specification API artifact and moved the implementation to the separate project (Eclipse Parsson)
  • provided standalone, Apache Maven based TCK

New Contributors

Project Board: https://github.com/eclipse-ee4j/jsonp/projects/1
Full Changelog: https://github.com/eclipse-ee4j/jsonp/commits/2.1.0-RELEASE