Statistics
| Branch: | Revision:

root / json-streamer.c @ 18f1c729

History | View | Annotate | Download (2.2 kB)

# Date Author Comment
2e89c068 06/11/2010 09:25 pm Luiz Capitulino

json-streamer: Don't use qdict_put_obj()

It's not needed, use qobject_put() instead and get a cleaner code.

Signed-off-by: Luiz Capitulino <>

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