json-machine icon indicating copy to clipboard operation
json-machine copied to clipboard

Efficient, easy-to-use, and fast PHP JSON stream parser

Results 23 json-machine issues
Sort by recently updated
recently updated
newest added

I _think_ it's possible to use this library when reading directly from a zip file, but I'm not quite sure how. Can you provide an example under the streaming section...

Package version: 1.2.2 PHP: 8.2.28 The result of getting scalar values always loses pointer key if the key in the original json contains an underscore. Example json: ``` { "code":...

Hello, I am an author of forked [simdjson_php](https://github.com/JakubOnderka/simdjson_php) extension for PHP, that can be used as another decoder backend (`ExtSimdJsonDecoder`) for your library. Decoding JSON with simdjson is 3 times...