Skip to content

k2009/formatJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

formatJson

How can use

    import formatJson from 'json-beautifully';

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

    let text = formatJson(json);

    console.log(text)

Releases

No releases published

Packages

No packages published