8000 GitHub - mozzenior/JSONFormatter: JSONFormatter formats given JSON string while keeps the order among data.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mozzenior/JSONFormatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

	JSONFormatter formats given JSON string while keeps the order among data.

REQUIREMENT

	Flex
		http://flex.sourceforge.net

	Bison
		http://www.gnu.org/software/bison/

	GNU C Compiler
		http://gcc.gnu.org

COMPILATION

	cd JSONFormatter
	make clean
	make
	make test

EXAMPLES

	Format JSON through standard input:

		./jsonformatter

	Format JSON through file(s):

		./jsonformatter <File> [<File> <File> ...]

	In-place format a JSON file:

		./jsonformatter <File> | tee <File>

About

JSONFormatter formats given JSON string while keeps the order among data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0