thru.io / json-pretty-printer
A simple, well-tested JSON pretty printer and related stuff
Installs: 18 346
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: *
This package is auto-updated.
Last update: 2024-10-24 06:30:38 UTC
README
Install
-
Use Composer to install JsonPrettyPrinter into your project:
composer require thru.io/json-pretty-printer
-
Use it as follows:
use \Thru\JsonPrettyPrinter\JsonPrettyPrinter; $json = JsonPrettyPrinter::Json($object);