Working with large JSON is still surprisingly painful. Most tools freeze once the file gets big. Using JSONPath + splitting the file seems to be the only reliable way so far. Curious how others deal with this.
by Spark Mantis · Mar 19, 2026
#data #discuss #performance