2017 © Pedro Peláez
 

library json-pretty-printer

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

image

thru.io/json-pretty-printer

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

  • Thursday, January 14, 2016
  • by matthewbaggett
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16,274 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

JsonPrettyPrinter

Build Status Code Climate Test Coverage, (*1)

Install

  1. Use Composer to install JsonPrettyPrinter into your project:, (*2)

    composer require thru.io/json-pretty-printer
    
  2. Use it as follows:, (*3)

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

The Versions

14/01 2016

dev-master

9999999-dev

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

  Sources   Download

GPL v2

The Development Requires

by Matthew Baggett

18/02 2015

1.0.0

1.0.0.0

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

  Sources   Download

GPL v2

The Development Requires

by Matthew Baggett