JSONParser
JSONParser copied to clipboard
how to use json_decode with your example
Your file dumps all the json file, how can i use json_decode to decode data to php array.
i know its not possible to decode whole big json file at once, this is why i am trying your library.
may be using loop to do use json_decode one by one json object and apply my programmings logics in loop to update or insert data in database.
but how to use loop and do json_decode if i can not save the parsed json object to php variable.??