Skip to content

owenchong/beautyjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BeautyJson is a tool for javascript object format,it is easy to make json readable.
Usage :

    beautyJson({id:1,name:'Owen',history:[{date : new Date(),b:true}]}});

Output :

    {
   	  "id" : 1,
   	  "name" : "Owen",
   	  "history" : [{
   	    "date" : "2012-10-19 15:40:41",
   	    "b" : true
   	  }]
   	}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published