Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
value-to-json.hh
Go to the documentation of this file.
1#pragma once
3
5#include "lix/libexpr/eval.hh"
6#include "lix/libutil/json-fwd.hh"
7
8namespace nix {
9
10JSON printValueAsJSON(EvalState & state, bool strict,
11 Value & v, const PosIdx pos, NixStringContext & context, bool copyToStore = true);
12
13void printValueAsJSON(EvalState & state, bool strict,
14 Value & v, const PosIdx pos, std::ostream & str, NixStringContext & context, bool copyToStore = true);
15
16}
Definition eval.hh:685
Definition pos-idx.hh:9
Definition value.hh:190