diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-03-20 22:42:50 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-03-20 22:42:50 +0000 |
| commit | d764bd874c57ace45a2722fbc0c347ade01bc2f2 (patch) | |
| tree | 2e835f5d481c623a085aa66174176c470d7244a2 /appl/lib/json.b | |
| parent | d0e1d143ef6f03c75c008c7ec648859dd260cbab (diff) | |
20100320-2242
Diffstat (limited to 'appl/lib/json.b')
| -rw-r--r-- | appl/lib/json.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/lib/json.b b/appl/lib/json.b index 09947a7d..50e93b27 100644 --- a/appl/lib/json.b +++ b/appl/lib/json.b @@ -576,7 +576,7 @@ JValue.text(v: self ref JValue): string Int => return string r.value; Real => - return string r.value; + return sys->sprint("%f", r.value); String => return quote(r.s); # quoted, or not? Array => |
