Skip to content

JSON-Java Objectifier v1.0.0

Latest
Compare
Choose a tag to compare
@stevenlagoy stevenlagoy released this 09 May 05:31
· 10 commits to main since this release

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