9#include <nlohmann/json_fwd.hpp>
13nlohmann::json printValueAsJSON(
EvalState & state,
bool strict,
14 Value & v,
const PosIdx pos, NixStringContext & context,
bool copyToStore =
true);
16void printValueAsJSON(
EvalState & state,
bool strict,
17 Value & v,
const PosIdx pos, std::ostream &
str, NixStringContext & context,
bool copyToStore =
true);
20MakeError(JSONSerializationError, Error);
std::ostream & str
Definition lexer.l:1728