2017 © Pedro Peláez
 

library jameson

JSON encoder/decoder compatible with PHP 5.1 and above.

image

ehough/jameson

JSON encoder/decoder compatible with PHP 5.1 and above.

  • Monday, November 30, 2015
  • by ehough
  • Repository
  • 1 Watchers
  • 1 Stars
  • 65 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 7 % Grown

The README.md

jameson

Build Status Project Status: Unsupported - The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired. Latest Stable Version License, (*1)

This library is no longer maintained. JSON encoder/decoder compatible with PHP 5.1.3 and above. This library will use PHP's builtin json_encode() and json_decode() when available., (*2)

$input   = array('a' => 1, 'b' => 2, 'c' => 3);
$encoder = new ehough_jameson_impl_FastEncoder();  //implements ehough_jameson_api_Encoder
$decoder = new ehough_jameson_impl_FastDecoder();  //implements ehough_jameson_api_Decoder
$asJson  = $encoder->encode($input);               //{"a":1,"b":2,"c":3}
$result  = $decoder->decode($asJson);              //array('a' => 1, 'b' => 2, 'c' => 3);

The Versions

30/11 2015

dev-develop

dev-develop https://github.com/ehough/jameson

JSON encoder/decoder compatible with PHP 5.1 and above.

  Sources   Download

MPL-2.0

The Requires

  • php >=5.1.0

 

The Development Requires

30/11 2015

dev-master

9999999-dev https://github.com/ehough/jameson

JSON encoder/decoder compatible with PHP 5.1 and above.

  Sources   Download

MPL-2.0

The Requires

  • php >=5.1.0

 

The Development Requires

30/11 2015

v1.0.2

1.0.2.0 https://github.com/ehough/jameson

JSON encoder/decoder compatible with PHP 5.1 and above.

  Sources   Download

MPL-2.0

The Requires

  • php >=5.1.0

 

The Development Requires

18/03 2013

1.0.1

1.0.1.0 https://github.com/ehough/jameson

JSON encoder/decoder compatible with PHP 5.1 and above.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.1.0

 

The Development Requires

11/07 2012

1.0.0

1.0.0.0 https://github.com/ehough/jameson

JSON encoder/decoder compatible with PHP 5.1 and above.

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.1.0

 

The Development Requires