Nix
2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
json-to-value.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include "
lix/libutil/error.hh
"
5
6
#include <string_view>
7
8
namespace
nix {
9
10
class
EvalState
;
11
struct
Value
;
12
13
MakeError(JSONParseError, Error);
14
15
void
parseJSON(
EvalState
& state,
const
std::string_view & s,
Value
& v);
16
17
}
nix::EvalState
Definition
eval.hh:685
error.hh
This file defines two main structs/classes used in nix error handling.
nix::Value
Definition
value.hh:190
lix
libexpr
json-to-value.hh
Generated by
1.15.0