Skip to content

Releases: stevenlagoy/json-java-objectifier

JSON-Java Objectifier v1.0.0

09 May 05:31
Compare
Choose a tag to compare

Release Notes

First Stable Release

The first official release of JSON-Java Objectifier, a lightweight Java library for strict JSON validation, type-safe object mapping, and customizable data access.

Highlights:

  • Full support for strict JSON parsing (ECMA-404)
  • Strong type safety for accessing JSON values (String, Number, Boolean, etc.)
  • Custom object structure generation
  • Unicode-aware processing and validation
  • Detection of duplicate keys and malformed types
  • Clean, formatted JSON output with pretty-print support