aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/json-to-value.hh
AgeCommit message (Collapse)Author
2022-01-27return string_views from forceString*pennae
once a string has been forced we already have dynamic storage allocated for it, so we can easily reuse that storage instead of copying.
2019-11-10Fix extra ; warnings involving MakeErrorJohn Ericson
2014-07-04Add builtin function ‘fromJSON’Eelco Dolstra
Fixes #294.