Skip to content

Commit cbb1546

Browse files
committed
README improvements for stleary#218
1 parent c1a789a commit cbb1546

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ tokens. It can be constructed from a String, Reader, or InputStream.
3232
JSONException.java: The JSONException is the standard exception type thrown
3333
by this package.
3434

35+
JSONPointer.java: Implementation of
36+
[JSON Pointer (RFC 6901)](https://tools.ietf.org/html/rfc6901). Supports
37+
JSON Pointers both in the form of string representation and URI fragment
38+
representation.
39+
3540
JSONString.java: The JSONString interface requires a toJSONString method,
3641
allowing an object to provide its own serialization.
3742

0 commit comments

Comments
 (0)