diff options
Diffstat (limited to 'test/json-structure/repeat-objects-2/check.txt')
-rw-r--r-- | test/json-structure/repeat-objects-2/check.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/json-structure/repeat-objects-2/check.txt b/test/json-structure/repeat-objects-2/check.txt new file mode 100644 index 0000000..9e406e0 --- /dev/null +++ b/test/json-structure/repeat-objects-2/check.txt @@ -0,0 +1,6 @@ +$array[3].object(*)['age'].value +$array[3].object(*)['name'].value +$array[3].object(*)['props'].object['alpha'].value +$array[3].object(*)['props'].object['beta'].value +$array[3].object(*)['props'].object['gamma'].value +$array[3].object(*)['props'].object['theta'].value |