Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-05 | Change json example to be original | thkoch2001 | |
Closes: #3391 | |||
2016-02-15 | Fix broken number parsing in fromJSON | Eelco Dolstra | |
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 | |
2014-07-04 | Add builtin function ‘fromJSON’ | Eelco Dolstra | |
Fixes #294. |