aboutsummaryrefslogtreecommitdiffstats
path: root/json-streamer.h
AgeCommit message (Collapse)AuthorFilesLines
2011-06-07json-streamer: make sure to reset token_size after emitting a token listAnthony Liguori1-0/+1
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-11-17Add a JSON message boundary identifierAnthony Liguori1-0/+39
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 <aliguori@us.ibm.com>