2017 © Pedro Peláez
 

library json

PHP library to encode and decode JSON

image

mycomposer01/json

PHP library to encode and decode JSON

  • Saturday, January 14, 2017
  • by liuyinggithub
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

mycomposer

<?php require_once 'vendor/autoload.php';, (*1)

$data = [ 'a' => 'test', 'b' => 'test' ]; $jsondata = \mycomposer01\Json::encode($data); print_r($jsondata);, (*2)

$data2 = \mycomposer01\Json::decode($jsondata); print_r($data2);, (*3)

The Versions

14/01 2017

dev-master

9999999-dev

PHP library to encode and decode JSON

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by liuying

14/01 2017

v1.0.1

1.0.1.0

PHP library to encode and decode JSON

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by liuying

14/01 2017

v2.0

2.0.0.0

PHP library to encode and decode JSON

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by liuying