about summary refs log tree commit diff
path: root/src/libexpr/value-to-json.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-23 Optimize small listsEelco Dolstra1-3/+3
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra1-14/+14
2014-12-02 Make all ExternalValueBase functions constShea Levy1-1/+1
2014-12-02 Allow external code using libnixexpr to add typesShea Levy1-0/+11
2014-09-30 Support control characters in JSON outputEelco Dolstra1-0/+3
2013-11-19 Refactor JSON outputEelco Dolstra1-13/+6
2013-11-19 Add a toJSON primopEelco Dolstra1-0/+93