Nix
2.93.0-dev
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>
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
}
error.hh
This file defines two main structs/classes used in nix error handling.
lix
libexpr
json-to-value.hh
Generated by
1.10.0