We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f740e commit f857ddaCopy full SHA for f857dda
1 file changed
src/test/org/json/junit/JSONPointerTest.java
@@ -12,19 +12,6 @@ public class JSONPointerTest {
12
13
private static final JSONObject document;
14
15
- // = new JSONObject("{"
16
- // + "\"foo\": [\"bar\", \"baz\"], "
17
- // + "\"\": 0,"
18
- // + "\"a/b\": 1,"
19
- // + "\"c%d\": 2,"
20
- // + "\"e^f\": 3,"
21
- // + "\"g|h\": 4,"
22
- // + "\"i\\\\j\": 5,"
23
- // + "\"k\\\\\\\"l\": 6,"
24
- // + "\" \": 7,"
25
- // + "\"m~n\": 8"
26
- // + "}");
27
-
28
static {
29
document = new JSONObject(new JSONTokener(
30
JSONPointerTest.class.getResourceAsStream("/org/json/junit/jsonpointer-testdoc.json")));
0 commit comments