You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nlohmann I had a look through the docs, examples and source code. The current library does not support what I need, so I decided to write my own. It'll get published once it's more complete than it is at the moment. Thank you for your help. Feel free to close the ticket.
Is it possible to stream data through the json parser without storing everything in memory?
Lets say I have a json file that is 10 GB, is it possible to stream that through the parser without storing it in memory?
Something like:
file stream >> json deserialze >> data stream
and the reverse:
data stream >> json serialize >> json string stream
Is that possible with this library?
The text was updated successfully, but these errors were encountered: