File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
jsonurl-core/src/main/javadoc
jsonurl-jsonorg/src/main/javadoc
jsonurl-jsr374/src/main/javadoc Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636 < a href ="https://tools.ietf.org/html/rfc1738 "> URL</ a > /< a
3737 href ="https://tools.ietf.org/html/rfc3986 "> URI</ a > .</ p >
3838
39- < h2 > < a name ="usage " href ="#usage "> Usage</ a > </ h2 >
39+ < h2 > < a id ="usage " href ="#usage "> Usage</ a > </ h2 >
4040 < p > This core library defines a
4141 < a href ="https://docs.oracle.com/javase/tutorial/java/generics/types.html "> generic</ a >
4242 < a href ="https://github.com/jsonurl/specification/ "> JSON→URL</ a >
@@ -60,7 +60,7 @@ <h2><a name="usage" href="#usage">Usage</a></h2>
6060System.out.println(obj.get("Hello")) // World!
6161</ pre >
6262
63- < h2 > < a name ="security " href ="#security "> Security</ a > </ h2 >
63+ < h2 > < a id ="security " href ="#security "> Security</ a > </ h2 >
6464 < p > The parser is designed to parse untrusted input. It supports limits on
6565 the number of parsed values and depth of nested arrays or objects. When the
6666 limit is exceeded a LimitException is thrown. Sane limit values are set by
Original file line number Diff line number Diff line change 3636 < a href ="https://tools.ietf.org/html/rfc1738 "> URL</ a > /< a
3737 href ="https://tools.ietf.org/html/rfc3986 "> URI</ a > .</ p >
3838
39- < h2 > < a name ="usage " href ="#usage "> Usage</ a > </ h2 >
39+ < h2 > < a id ="usage " href ="#usage "> Usage</ a > </ h2 >
4040 < p > The < a href ="org/jsonurl/jsonorg/JsonUrlParser.html "> JsonUrlParser</ a >
4141 class may be used to parse JSON→URL text to build instances of
4242 JSONObject and/or JSONArray.
@@ -50,7 +50,7 @@ <h2><a name="usage" href="#usage">Usage</a></h2>
5050</ pre >
5151
5252
53- < h2 > < a name ="security " href ="#security "> Security</ a > </ h2 >
53+ < h2 > < a id ="security " href ="#security "> Security</ a > </ h2 >
5454 < p > The parser is designed to parse untrusted input. It supports limits on
5555 the number of parsed values and depth of nested arrays or objects. When the
5656 limit is exceeded a LimitException is thrown. Sane limit values are set by
Original file line number Diff line number Diff line change 3636 < a href ="https://tools.ietf.org/html/rfc1738 "> URL</ a > /< a
3737 href ="https://tools.ietf.org/html/rfc3986 "> URI</ a > .</ p >
3838
39- < h2 > < a name ="usage " href ="#usage "> Usage</ a > </ h2 >
39+ < h2 > < a id ="usage " href ="#usage "> Usage</ a > </ h2 >
4040 < p > The < a href ="org/jsonurl/jsonp/JsonUrlParser.html "> JsonUrlParser</ a >
4141 class may be used to parse JSON→URL text to build instances of
4242 JsonObject and/or JsonArray.
@@ -50,7 +50,7 @@ <h2><a name="usage" href="#usage">Usage</a></h2>
5050</ pre >
5151
5252
53- < h2 > < a name ="security " href ="#security "> Security</ a > </ h2 >
53+ < h2 > < a id ="security " href ="#security "> Security</ a > </ h2 >
5454 < p > The parser is designed to parse untrusted input. It supports limits on
5555 the number of parsed values and depth of nested arrays or objects. When the
5656 limit is exceeded a LimitException is thrown. Sane limit values are set by
You can’t perform that action at this time.
0 commit comments