We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee7b3b commit 8e433c9Copy full SHA for 8e433c9
README.md
@@ -368,6 +368,7 @@ The expected JSON can contain json path expressions delimited by `#(` and `)` to
368
```javascript
369
// Select the 'isbn' values of store books and match with expected ones
370
String expected = "{\"#($.store..isbn)\":[\"0-395-19395-8\", \"0-553-21311-1\", \"!.*\"]}";
371
+
372
String actual = "{\n" +
373
" \"store\": {\n" +
374
" \"book\": [\n" +
0 commit comments