aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/value-to-json.hh
AgeCommit message (Expand)Author
2023-04-21Use `std::set<StringContextElem>` not `PathSet` for string contextsJohn Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2022-11-16Replace src/libutil/json.cc with nlohmann json generationYorick van Pelt
2022-08-22JSON: print paths as strings without copying them to the storeNaïm Favier
2022-04-21replace most Pos objects/ptrs with indexes into a position tablepennae
2021-10-25toJSON: report error position for fancier outputShay Bergmann
2016-08-29nix path-info: Add --json flagEelco Dolstra
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