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
- Host: GitHub
- URL: https://github.com/thetribeio/json
- Owner: thetribeio
- License: mit
- Created: 2017-04-14T12:24:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:38:26.000Z (over 2 years ago)
- Last Synced: 2025-07-25T08:07:51.255Z (12 months ago)
- Topics: json, php
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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