ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/bin/json_xs
(Generate patch)

Comparing JSON-XS/bin/json_xs (file contents):
Revision 1.1 by root, Sat Mar 22 22:21:33 2008 UTC vs.
Revision 1.2 by root, Sat Mar 22 22:26:52 2008 UTC

71=back 71=back
72 72
73=back 73=back
74 74
75=head1 EXAMPLES 75=head1 EXAMPLES
76
77 json_xs -t null <isitreally.json
78
79"JSON Lint" - tries to parse the file F<isitreally.json> as JSON - if it
80is valid JSON, the command outputs nothing, otherwise it will print an
81error message and exit with non-zero exit status.
76 82
77 <src.json json_xs >pretty.json 83 <src.json json_xs >pretty.json
78 84
79Prettify the JSON file F<src.json> to F<dst.json>. 85Prettify the JSON file F<src.json> to F<dst.json>.
80 86

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines