aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/json-to-value.hh
AgeCommit message (Collapse)Author
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
`///@file` makes them show up in the internal API dos. A tiny few were missing `#pragma once`.
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.