mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
README improvements for stleary/JSON-Java#218
This commit is contained in:
parent
c1a789a70c
commit
cbb1546c53
1 changed files with 5 additions and 0 deletions
5
README
5
README
|
@ -32,6 +32,11 @@ tokens. It can be constructed from a String, Reader, or InputStream.
|
||||||
JSONException.java: The JSONException is the standard exception type thrown
|
JSONException.java: The JSONException is the standard exception type thrown
|
||||||
by this package.
|
by this package.
|
||||||
|
|
||||||
|
JSONPointer.java: Implementation of
|
||||||
|
[JSON Pointer (RFC 6901)](https://tools.ietf.org/html/rfc6901). Supports
|
||||||
|
JSON Pointers both in the form of string representation and URI fragment
|
||||||
|
representation.
|
||||||
|
|
||||||
JSONString.java: The JSONString interface requires a toJSONString method,
|
JSONString.java: The JSONString interface requires a toJSONString method,
|
||||||
allowing an object to provide its own serialization.
|
allowing an object to provide its own serialization.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue