jsoncpp icon indicating copy to clipboard operation
jsoncpp copied to clipboard

How to serialize json::value object and loop to unserialize?

Open bethebest0622 opened this issue 3 years ago • 0 comments

I noticed the examples/readStream and writeStream.

but it seems, the stored content is string. i think it may be not the most efficient ways to serialize.

is there any binary method to serialize json::value? and, the example/readStream seems just can read one value object.

if I stored many json::value in a file, how can I loop to get all json::value object?

bethebest0622 avatar Jul 07 '22 13:07 bethebest0622