parsing a large json document without loading it completely in memory #1102
-
Hello, Basically we need to parse large json files using a schema. Because of that, loading the entire json string in memory is not an option. Could anybody tell if we can use a input stream instead ? |
Beta Was this translation helpful? Give feedback.
Answered by
justin-tay
Aug 14, 2024
Replies: 1 comment
-
This is essentially the same question as This library does not support streaming the input. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
iscu2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is essentially the same question as
This library does not support streaming the input.