aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/json-to-value.cc
AgeCommit message (Collapse)Author
2014-09-19Store Attrs inside BindingsEelco Dolstra
This prevents a double allocation per attribute set.
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-07-04Add builtin function ‘fromJSON’Eelco Dolstra
Fixes #294.