Skip to content

Commit 95baa75

Browse files
committed
fix jsonpath doc, for issue alibaba#1634
1 parent d83ff28 commit 95baa75

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/jsonpath_cn.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,4 @@ result = (Collection<String>)JSONPath.eval(map, "$.e.keySet()");
238238
assertEquals(2, result.size());
239239
.assertTrue(result.contains("id")); // included
240240
assertTrue(result.contains("name"));
241-
242-
// Same result
243-
assertEquals(result, JSONPath.keySet(map, "$.e"));
244-
assertEquals(result, new JSONPath("$.e").keySet(map));
245241
```

0 commit comments

Comments
 (0)