cJSON
cJSON copied to clipboard
Parse an input stream
Hi cJSON team,
I'm wondering if is it possible to parse an input stream. For example, if I'm receiving data from a socket, I have to wait and collect the whole data into a buffer or can I parse the input data in chunks, on-the-fly?
Thanks a lot in advance,
Giulio Dalla Vecchia
I‘m afraid that cJSON does not support streaming parsing, jsoncpp may meet your case.