zh f51e6f2219 1 6 月之前
..
lib f51e6f2219 1 6 月之前
README.md f51e6f2219 1 6 月之前
package.json f51e6f2219 1 6 月之前

README.md

formatJson

How can use

    import formatJson from 'json-beautifully';

    let json =  {a:1,b:2};

    let text = formatJson(json);

    console.log(text)