Download the PHP package originalasm/php-oo-json without Composer
On this page you can find all versions of the php package originalasm/php-oo-json. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download originalasm/php-oo-json
More information about originalasm/php-oo-json
Files in originalasm/php-oo-json
Package php-oo-json
Short Description An Object Oriented wrapper for the PHP JSON parser
License ISC
Informations about the package php-oo-json
php-oo-json
An object oriented wrapper for internal PHP json support
Contains methods for parsing JavaScript Object Notation (JSON) and converting values to JSON. It can't be constructed and contains no properties or constants of its own. Aside from its two method properties it has no interesting functionality of its own.
The JSON::parse
and JSON::stringify
methods are mere OO wrappers around
json_decode
and json_encode
PHP functions.
See http://php.net/manual/en/book.json.php
Usage
Installation
`
Simple JSON parsing
``
Simple JSON stringify
``
LICENSE
Copyright (c) 2016, Amitosh Swain Mahapatra
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.