Replies: 1 comment
-
Yes. The simdjson is well suited for this problem. Thanks for the request. Let me write an example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given a valid JSON file containing string like:
and I just want to parse first level and leave lower level as string. So I want the response to be an array like:
where each element is a string.
Actual data I'm trying to parse has dozens of nested levels and several GBs in size and top-level maybe array or object.
Maybe this is string operation problem rather than JSON library problem.
Beta Was this translation helpful? Give feedback.
All reactions