SkillAgentSearch skills...

JsonReader

A JSON pull parser for PHP

Install / Use

/learn @pcrov/JsonReader
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

JsonReader

CI Status License Latest Stable Version

This is a streaming pull parser - like XMLReader but for JSON.

Requirements

PHP 7.3 or higher with the Intl extension.

Installation

To install with composer:

composer require pcrov/jsonreader

Usage

JsonReader's interface and behavior is very much like XMLReader. If you've worked with that then this will feel familiar.

For examples and API documentation see the wiki.

Note

Only UTF-8 encoded JSON is supported. If you need to parse JSON in another encoding see Handling Non UTF-8 Encodings on the wiki.

View on GitHub
GitHub Stars145
CategoryDevelopment
Updated2mo ago
Forks21

Languages

PHP

Security Score

100/100

Audited on Jan 7, 2026

No findings