« Previous | Next » 

Revision d7ff3acb

IDd7ff3acbb4496ecae92d7ce1d52579d55b19da2f

Added by Anthony Liguori over 14 years ago

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: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences