aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/value-to-json.hh
AgeCommit message (Collapse)Author
2016-08-29nix path-info: Add --json flagEelco Dolstra
Also, factor out JSON generation from value-to-json.{cc,hh}, and support producing indented JSON.
2016-02-19JSONObject: Support floats and booleansEelco Dolstra
2014-09-30Support control characters in JSON outputEelco Dolstra
2013-11-19Refactor JSON outputEelco Dolstra
2013-11-19Add a toJSON primopEelco Dolstra