thru.io/json-pretty-printer

A simple, well-tested JSON pretty printer and related stuff

Installs: 18 375

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/thru.io/json-pretty-printer

1.0.0 2015-02-18 10:41 UTC

This package is auto-updated.

Last update: 2025-09-24 08:35:21 UTC


README

Build Status Code Climate Test Coverage

Install

  1. Use Composer to install JsonPrettyPrinter into your project:

    composer require thru.io/json-pretty-printer
  2. Use it as follows:

    use \Thru\JsonPrettyPrinter\JsonPrettyPrinter;
    
    $json = JsonPrettyPrinter::Json($object);