Group: Jsonurl

Sort: popular | newest

1. Jsonurl Core3 usages

org.jsonurl » jsonurl-coreApache

This is the JSON->URL core library. It implements a parser, as defined by the spec, with support for type parameters. Implementations for specific APIs (e.g. JSR-374) leverage this and simply supply their own types. You likely wont depend on this directly unless you're implementing JSON->URL with a new interface/library/framework.
Last Release on Sep 7, 2021
This is the JSON->URL factory artifact. It defines a generic parser inferface for building in-memory structures from a value factory. Implementations for specific APIs (e.g. JSR-374) leverage this and simply supply their own types. You likely wont depend on this directly unless you're implementing JSON->URL with a new interface/library/framework.
Last Release on Sep 7, 2021

3. Jsonurl Jsr374

org.jsonurl » jsonurl-jsr374Apache

This implements a JSON->URL parser for the JSR-374 JSON interface.
Last Release on Sep 7, 2021

4. Jsonurl Jsonorg

org.jsonurl » jsonurl-jsonorgApache

This implements a JSON->URL parser using Douglas Crockford's original Java implementation of JSON.
Last Release on Sep 7, 2021

5. Parent

org.jsonurl » parentApache

RFC8259 describes the JSON data model and interchange format, which is widely used in application-level protocols including RESTful APIs. It is common for applications to request resources via the HTTP POST method, with JSON entities, however, POST is suboptimal for requests which do not modify a resource's state. JSON->URL defines a text format for the JSON data model suitable for use within an URI (as described by RFC3986). This is the parent POM for the all jsonurl ...
Last Release on Apr 3, 2021