Statistics
| Branch: | Revision:

root / json-streamer.h @ a22f123c

History | View | Annotate | Download (984 Bytes)

# Date Author Comment
eca7db46 06/07/2011 09:52 pm Anthony Liguori

json-streamer: make sure to reset token_size after emitting a token list

Signed-off-by: Michael Roth <>
Signed-off-by: Anthony Liguori <>

d7ff3acb 11/17/2009 04:49 pm Anthony Liguori

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...