Skip to content
 
 

Latest commit

 

History

111 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonReader

Build Status Coverage Status License Latest Stable Version

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

Requirements

PHP 7 with the Ctype and Intl extensions.

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.

About

A JSON pull parser for PHP 7

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages