This commit is contained in:
Milo Yip 2015-04-03 12:58:23 +08:00
parent b8cc02e0aa
commit 25e408dbe5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// JSON condenser exmaple
// JSON condenser example
// This example parses JSON from stdin with validation,
// and re-output the JSON content to stdout with all string capitalized, and without whitespace.

View File

@ -1,4 +1,4 @@
// JSON condenser exmaple
// JSON condenser example
// This example parses JSON text from stdin with validation,
// and re-output the JSON content to stdout without whitespace.