Can libjson parse a Json message when it comes in chunks? Won't it generate en error when an object curly brace appeares in one junk and ending one in the other?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can libjson parse a Json message when it comes in chunks? Won't it generate en error when an object curly brace appeares in one junk and ending one in the other?
Yes, libjson allows this. Use the JSONStream object in the C++ interface or json_new_stream is the C interface.