Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-15 | Fix broken number parsing in fromJSON | Eelco Dolstra | 1 | -1/+1 | |
The call to tmp_number.append had its arguments mixed up. Also, JSON does not allow a trailing "," after array/object members. | |||||
2016-01-06 | Adapt tests to show that floats work properly. | Christian Theune | 1 | -1/+5 | |
2014-07-04 | Add builtin function ‘fromJSON’ | Eelco Dolstra | 1 | -0/+32 | |
Fixes #294. |