diff options
author | Seb Bacon <seb@seb-virtual-machine.(none)> | 2011-03-25 12:37:59 +0000 |
---|---|---|
committer | Seb Bacon <seb@seb-virtual-machine.(none)> | 2011-03-25 12:37:59 +0000 |
commit | 22c25e42847d41924d43d31f3ef67be1ae4a155e (patch) | |
tree | 3534d4842184ab0a769f606b39ff0447c246de7e /vendor/gems/json-1.5.1/data/example.json | |
parent | 1380232e20da4c0b9ce72efb43c1f4d1978ab5d7 (diff) |
include json gem (for tests to pass)
Diffstat (limited to 'vendor/gems/json-1.5.1/data/example.json')
-rw-r--r-- | vendor/gems/json-1.5.1/data/example.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/gems/json-1.5.1/data/example.json b/vendor/gems/json-1.5.1/data/example.json new file mode 100644 index 000000000..88b4e8265 --- /dev/null +++ b/vendor/gems/json-1.5.1/data/example.json @@ -0,0 +1 @@ +{"a":2,"b":3.141,"TIME":"2007-03-14T11:52:40","c":"c","d":[1,"b",3.14],"COUNT":666,"e":{"foo":"bar"},"foo":"B\u00e4r","g":"\u677e\u672c\u884c\u5f18","h":1000.0,"bar":"\u00a9 \u2260 \u20ac!","i":0.001,"j":"\ud840\udc01"} |