2017 © Pedro Peláez
 

library json

PHP library to encode and decode JSON

image

sevensoft/json

PHP library to encode and decode JSON

  • Saturday, September 12, 2015
  • by dsdsfsdfsd
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 14 % Grown

The README.md

README ME

API

To use the library, see the example below:, (*1)

<?php
require_once 'vendor/autoload.php';

use sevensoft\json\Json;

echo Json::encode("foo") . PHP_EOL;
echo Json::encode(array('foo' => 'bar')) . PHP_EOL;
echo var_export(Json::decode('{"foo":"bar"}')) . PHP_EOL;

License

Licensed under the Apache License, Version 2.0;, (*2)

http://www.apache.org/licenses/LICENSE-2.0, (*3)

The Versions

12/09 2015

dev-master

9999999-dev

PHP library to encode and decode JSON

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Seven

12/09 2015

v1.0

1.0.0.0

PHP library to encode and decode JSON

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Seven