Description
Java applications can encode and decode JSON with a simple lightweight library.
It is useful for tools and services that need basic structured data support without a large framework. JSON from untrusted sources should still be validated, and applications should not assume decoded data is complete or safe.