JSONParser icon indicating copy to clipboard operation
JSONParser copied to clipboard

how to use json_decode with your example

Open haider-pw opened this issue 8 years ago • 0 comments

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.??

haider-pw avatar Jun 17 '16 17:06 haider-pw