diff options
author | tv <tv@also> | 2011-07-31 04:28:45 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-07-31 04:28:45 +0200 |
commit | 12813cb708b3cf897e01b7c37ef06ba6becf7e1d (patch) | |
tree | 5069547500c193e9668fb8c94a874a71955b5d4d /json/sh/test.json | |
parent | 3d4169bb993d741d66e734294afe889e0fa0d0ca (diff) |
json/sh: add support for floats
Diffstat (limited to 'json/sh/test.json')
-rw-r--r-- | json/sh/test.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/json/sh/test.json b/json/sh/test.json index a0406039..9b4c6312 100644 --- a/json/sh/test.json +++ b/json/sh/test.json @@ -2,5 +2,6 @@ "a": "1", "b": 2, "c": { "ca": 11, "cb": [1, 2, 3, "42"] }, - "d": {} + "d": {}, + "float": 4.23 } |