-
Notifications
You must be signed in to change notification settings - Fork 0
JSONFormatter formats given JSON string while keeps the order among data.
License
mozzenior/JSONFormatter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published