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
4
#include "
lix/libexpr/nixexpr.hh
"
5
#include "
lix/libexpr/eval.hh
"
6
#include "lix/libutil/json-fwd.hh"
7
8
namespace
nix {
9
10
JSON printValueAsJSON(
EvalState
& state,
bool
strict,
11
Value
& v,
const
PosIdx
pos, NixStringContext & context,
bool
copyToStore =
true
);
12
13
void
printValueAsJSON(
EvalState
& state,
bool
strict,
14
Value
& v,
const
PosIdx
pos, std::ostream & str, NixStringContext & context,
bool
copyToStore =
true
);
15
16
}
nix::EvalState
Definition
eval.hh:685
nix::PosIdx
Definition
pos-idx.hh:9
eval.hh
nixexpr.hh
nix::Value
Definition
value.hh:190
lix
libexpr
value-to-json.hh
Generated by
1.15.0