▲ | klysm 14 hours ago | |||||||||||||||||||||||||||||||||||||||||||
2 billion characters seems fairly plausible to hit in the real world | ||||||||||||||||||||||||||||||||||||||||||||
▲ | ricardobeat 12 hours ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||||||||
In a single line. Still not impossible, but people handling that amount of data will likely not have “header only and <150 lines” as a strong criteria for choosing their JSON parsing library. | ||||||||||||||||||||||||||||||||||||||||||||
▲ | xigoi 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||
For such big data, you should definitely be using an efficient format, not JSON. | ||||||||||||||||||||||||||||||||||||||||||||
▲ | naasking 13 hours ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||||||||
2GB in a single JSON file is definitely an outlier. A simple caveat when using this header could suffice: ensure inputs are less than 2GB. | ||||||||||||||||||||||||||||||||||||||||||||
|