public
Description: Ruby JSON pretty-printer
Clone URL: git://github.com/techcrunch/json_printer.git
Update README to reflect new time option
mmcgrana (author)
Thu Aug 28 12:22:55 -0700 2008
commit  f5c73dec02851987a756e3b772d8756c0466521c
tree    d3945bc45b37cad40b06f30e980f594b0887ff0c
parent  fe7905772de8aabeb633ebbca19e35b56e8d691d
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 @JsonPrinter@ allows you to convert arbitrarily nested Ruby data structures into
0
 human-and-machine-readable JSON output. The input data can be any combination
0
-of arrays, hashes, symbols, strings, numbers, and false, true, and nil values.
0
+of arrays, hashes, symbols, strings, numbers, times, and false, true, and nil values.
0
 
0
 <pre><code>
0
   data =

Comments

    No one has commented yet.