An open API service indexing awesome lists of open source software.

https://github.com/thetribeio/json

json_encode/json_decode wrapper
https://github.com/thetribeio/json

json php

Last synced: 6 months ago
JSON representation

json_encode/json_decode wrapper

Awesome Lists containing this project

README

          

thetribe/json
====

`thetribe/json` is a small wrapper around the `json_*` fonctions that does two things:
- Convert errors to exceptions
- Normalize parameters

Install
-------

Install `thetribe/json` using Composer.

```bash
composer require thetribe/json
```

Usage
-----

### Decoding

```php