2017 © Pedro Peláez
 

library json8

PHP library to encode and decode JSON

image

phptestsoft8/json8

PHP library to encode and decode JSON

  • Friday, July 22, 2016
  • by itcastphpgit2
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

使用案例代码(DemoCode)

// 1. 引入autoload.php, (*1)

require './vendor/autoload.php';, (*2)

$data = [ 'name' => 'zs', 'age' => 18 ];, (*3)

// 调用 Json的encode静态方法 序列化数据 $jsondata = \phptestsoft8\Json::encode($data);, (*4)

print_r($jsondata);, (*5)

The Versions

22/07 2016

dev-master

9999999-dev

PHP library to encode and decode JSON

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by itcast

22/07 2016

v1.0

1.0.0.0

PHP library to encode and decode JSON

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by itcast