Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 277 Bytes

File metadata and controls

3 lines (2 loc) · 277 Bytes

JSONParser Matcher Reference Example

In this example, the Matcher logs each node from the given JSON data stream as it is processed within a Virtual Parse Tree (VPT). The VPT is implemented as a linked list, representing the chain from the current property up to the root.