#reading large json object
2 messages · Page 1 of 1 (latest)
Import to a proper DB first then use normal queries to tackle the data work?
If it must be JSON at the end you can export from the DB to JSON?
2 messages · Page 1 of 1 (latest)
Hey guys I wanna read large JSON file to objects and they can be very well nested. I wanna read them through streams as their size can be in 100 of mega bytes.
Not as string but in js objects. How can I do this? I tried JSONStream but it is ignoring keys at first level and it's outputting only values of keys.
Import to a proper DB first then use normal queries to tackle the data work?
If it must be JSON at the end you can export from the DB to JSON?