Download the PHP package sgoendoer/json without Composer
On this page you can find all versions of the php package sgoendoer/json. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package json
json
JSON for PHP
Setup
./composer require sgoendoer/json
or configure your composer.json accordingly
"require" : { "sgoendoer/json": "0.2.*" }
Usage
JSONObject
- public function __construct($param = NULL, $keys = NULL)
- public function get($key)
- public function put($key, $value)
- public function opt($key)
- public function has($key)
- public function remove($key)
- public function keys()
- public static function quote($string)
- public static function stringToValue($string)
- public static function valueToString($value)
- public static function numberToString($number = NULL)
- public static function testValidity($object)
- public function toJSONArray($names = NULL)
- public function toStdClass()
- public function write()
- public function __toString()
JSONArray
- public function __construct($param = NULL)
- public function get($key)
- public function put($value, $key = NULL)
- public function opt($key)
- public function remove($index)
- public function keys()
- public function toJSONObject($names)
- public static function testValidity($object)
- public function toArray()
- public function write()
- public function __toString()
JSONTools
- public static function getJSONErrorAsString()
- public static function containsValidJSON($string)
All versions of json with dependencies
PHP Build Version
Package Version
No informations.
The package sgoendoer/json contains the following files
Loading the files please wait ....