Project Group: org.jsonurl

org.jsonurl:jsonurl-core

org.jsonurl : jsonurl-core

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 Version: 2.0.2

Release Date:

org.jsonurl:jsonurl-factory

org.jsonurl : jsonurl-factory

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 Version: 2.0.2

Release Date:

org.jsonurl:jsonurl-jsonorg

org.jsonurl : jsonurl-jsonorg

This implements a JSON->URL parser using Douglas Crockford's original Java implementation of JSON.

Last Version: 2.0.2

Release Date:

org.jsonurl:jsonurl-jsr374

org.jsonurl : jsonurl-jsr374

This implements a JSON->URL parser for the JSR-374 JSON interface.

Last Version: 2.0.2

Release Date:

org.jsonurl:parent

org.jsonurl : parent

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 maven artifacts.

Last Version: 4

Release Date:

  • 1