Open
Description
Discussed in #1393
Originally posted by daverigby January 14, 2021
Hi all,
As per subject, I'm wondering what's the most efficient way to use simdjson to simply check an input is valid JSON, without actually parsing out the content. Essentially the same use-case as http://www.json.org/JSON_checker/
Ideally this would require state which isn't proportional to the size of the input document; for my use-case I need to validate many MB JSON files without consuming a similar amount of memory.
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels