# Color your JSON! Pipe your curl output to cjson and make it both sexier and easier to read. ``` curl -s https://api.flattr.com/rest/v2/users/smgt/things | cjson ``` Or open a file from disk ``` cjson things.json ``` ## Copyright Copyright (c) 2011 Simon Gate. See LICENSE for details.