Skip to content

A PHP class that reads and processes JSON data streams

Notifications You must be signed in to change notification settings

tdt/json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tdt/json

JSONCharInputReader processes JSON data streams character-by-character

The data stream must be in the form of a JSON array (atm). ie. [1, 2, [3, 4], {"five": "six"}, ...

examples

To run the examples/example.php execute the following in your terminal:

$ cd examples 
$ cat | php example.php

Testing //todo

We have a few tests in the tests directory. You can run them as follows if you have phpunit installed:

$ phpunit tests/

Or you can watch our travis-ci.org page when you have pushed to this repository.

About

A PHP class that reads and processes JSON data streams

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%