Skip to content

Instantly share code, notes, and snippets.

View emilushi's full-sized avatar
🇦🇱
Working Remotely

Eduard Milushi emilushi

🇦🇱
Working Remotely
View GitHub Profile
@emilushi
emilushi / ObjectListener.php
Last active February 15, 2019 12:50 — forked from soyuka/ObjectListener.php
Streaming big json files the good way with php with https://soyuka.me/streaming-big-json-files-the-good-way/
<?php
namespace Fry;
use JsonStreamingParser\Listener;
/**
* This implementation allows to process an object at a specific level
* when it has been fully parsed
*/