ziadoz / awesome-php

A curated list of amazingly awesome PHP libraries, resources and shiny things.
Do What The F*ck You Want To Public License
30.79k stars 5.06k forks source link

Add JSON Machine #1045

Closed halaxa closed 4 years ago

halaxa commented 4 years ago

It has a different approach to parsing big JSONs. Simply iterates over root or any key (sub-key) of a JSON using php's built-in foreach.

jadb commented 4 years ago

Thanks 👍

halaxa commented 4 years ago

Mee too :)