Registry / serialization / halaxa-json-machine

halaxa-json-machine

JSON →
library1.2.6phppackagistunverified

Efficient, easy-to-use and fast JSON pull parser

composer require halaxa/json-machine
INSTALL
IMPORT
SIG · HALAXA-JSON-MACHIN
H
halaxa-json-machine
serializationphpv1.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Items
use JsonMachine\Items;

Parse a large JSON file efficiently using pull parser

use JsonMachine\Items; $items = Items::fromFile('data.json'); foreach ($items as $key => $value) { echo $key . ': ' . $value . PHP_EOL; }
Debug
Known issues
breakingRequires PHP 7.4+
fix
Upgrade PHP to version 7.4 or higher
affects: <1.0.0
Upgrade
Version history
1.2.6latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
halaxa-json-machine — pip install halaxa-json-machine · libregistry