We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5da778 commit 62075afCopy full SHA for 62075af
json/streaming-parser/src/main/webapp/index.jsp
@@ -47,10 +47,10 @@
47
<html>
48
<head>
49
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
50
- <title>JSON DOM Generator</title>
+ <title>JSON Object Model : DOM Generator</title>
51
</head>
52
<body>
53
- <h1>JSON DOM Generator</h1>
+ <h1>JSON Object Model : DOM Generator</h1>
54
55
Read JSON using <a href="${pageContext.request.contextPath}/JsonParserFromReader">JsonParser</a> (using Reader)<br/>
56
Read JSON using <a href="${pageContext.request.contextPath}/JsonParserFromStream">JsonParser</a> (using Stream)<br/>
0 commit comments