Skip to content

Latest commit

 

History

History
104 lines (83 loc) · 3.08 KB

low_level.rst

File metadata and controls

104 lines (83 loc) · 3.08 KB

Low Level API

cpp

There is a straight-forward, low level API that you may find suitable for working with JSON documents. It follows a typical lexer / parser pattern. You can manage the lex and parse steps separately with json::Scanner and json::Parser, or you can you use the thin combination json::LexerParser.

To work with the parse stream from a text document:

To work with a token and event stream directly from a text document: