Skip to content
Snippets Groups Projects
Commit d7ff3acb authored by Anthony Liguori's avatar Anthony Liguori
Browse files

Add a JSON message boundary identifier


The second stage of our JSON parser is a simple state machine that identifies
individual JSON values by counting the levels of nesting of tokens.  It does
not perform grammar validation.  We use this to emit a full JSON value to the
parser.

Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent 5ab8558d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment