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: NAnthony Liguori <aliguori@us.ibm.com>
Showing
json-streamer.c
0 → 100644
json-streamer.h
0 → 100644
想要评论请 注册 或 登录