thru.io/json-pretty-printer

一个简单、经过良好测试的JSON美化打印工具及相关内容

1.0.0 2015-02-18 10:41 UTC

This package is auto-updated.

Last update: 2024-09-24 06:21:31 UTC


README

Build Status Code Climate Test Coverage

安装

  1. 使用Composer将JsonPrettyPrinter安装到您的项目中

    composer require thru.io/json-pretty-printer
  2. 使用方法如下

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