summaryrefslogtreecommitdiffstats
path: root/json-streamer.c
Commit message (Collapse)AuthorAgeFilesLines
* json-streamer: Don't use qdict_put_obj()Luiz Capitulino2010-06-111-4/+4
| | | | | | It's not needed, use qobject_put() instead and get a cleaner code. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
* Add a JSON message boundary identifierAnthony Liguori2009-11-171-0/+88
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>
OpenPOWER on IntegriCloud