https://github.com/guanguans/json-format
Format json string.
https://github.com/guanguans/json-format
format json pretty
Last synced: 11 months ago
JSON representation
Format json string.
- Host: GitHub
- URL: https://github.com/guanguans/json-format
- Owner: guanguans
- License: mit
- Created: 2020-04-15T04:52:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T08:40:21.000Z (over 5 years ago)
- Last Synced: 2024-12-14T02:48:02.875Z (over 1 year ago)
- Topics: format, json, pretty
- Language: PHP
- Homepage:
- Size: 253 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
json-format
Format json string.

[](https://travis-ci.org/guanguans/json-format)
[](https://scrutinizer-ci.com/g/guanguans/json-format/build-status/master)
[](https://scrutinizer-ci.com/g/guanguans/json-format/?branch=master)
[](https://codecov.io/gh/guanguans/json-format)
[](https://github.styleci.io/repos/255808426)
[](https://packagist.org/packages/guanguans/json-format)
[](https://packagist.org/packages/guanguans/json-format)
[](https://packagist.org/packages/guanguans/json-format)
## Requirements
* PHP > 5.4
* ext-json
## Installing
``` shell
$ composer require guanguans/json-format -v
```
## Usage
### Code
``` php