I need to parse a big JSON file (about 200MB). With json_decode I get a memory error
I have found salsify/jsonstreamingparser library that promise parser JSON documents. But I only have found in-memory examples that produce the same error of json_decode.
Anyone knows how can I parse large JSON files?