Group: Jsonurl
Sort:
popular
|
newest
1. Jsonurl Core2 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 Jul 17, 2020
2. Jsonurl Jsonorg
org.jsonurl » jsonurl-jsonorgApache
This implements a JSON->URL parser using Douglas Crockford's original
Java implementation of JSON.
Last Release on Jul 17, 2020
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 Jul 18, 2020
4. Jsonurl Jsr374
org.jsonurl » jsonurl-jsr374Apache
This implements a JSON->URL parser for the JSR-374 JSON interface.
Last Release on Jul 17, 2020