2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-27 20:49:06 +00:00
qpdf/libtests/qtest/json_parse/good-04-react.out
Jay Berkenbilt 4c7cfd5cbc JSON reactor: improve handling of nested containers
Call the parent container's item method before calling the child
item's start method so we can easily know the current nesting level
when nested items are added.
2022-05-14 17:35:06 -04:00

19 lines
376 B
Plaintext

array start
array item: [1, 0): []
array start
array item: [2, 0): []
array start
array item: [3, 0): {}
dictionary start
container end: [3, 5): {}
container end: [2, 6): []
array item: [8, 0): {}
dictionary start
dictionary item: -> [13, 0): {}
dictionary start
container end: [13, 15): {}
container end: [8, 16): {}
container end: [1, 17): []
container end: [0, 18): []
[]