2017 © Pedro Peláez
 

library json

Reads a json stream memory efficiently.

image

tdt/json

Reads a json stream memory efficiently.

  • Thursday, April 24, 2014
  • by pietercolpaert
  • Repository
  • 5 Watchers
  • 4 Stars
  • 1,713 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

tdt/json

JSONCharInputReader processes JSON data streams character-by-character, (*1)

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

examples

To run the examples/example.php execute the following in your terminal:, (*3)

$ 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:, (*4)

$ phpunit tests/

Or you can watch our travis-ci.org page when you have pushed to this repository., (*5)

The Versions

24/04 2014

dev-master

9999999-dev http://thedatatank.com

Reads a json stream memory efficiently.

  Sources   Download

AGPLv3

json stream chunk buffer

24/04 2014

v1.0.1

1.0.1.0 http://thedatatank.com

Reads a json stream memory efficiently.

  Sources   Download

AGPLv3

json stream chunk buffer

24/01 2013

v1.0.0

1.0.0.0 http://thedatatank.com

Reads a json stream memory efficiently.

  Sources   Download

AGPLv3

json stream chunk buffer