Nix
2.26.3
Nix, the purely functional 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 "
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
}
nix::EvalState
Definition
eval.hh:182
error.hh
This file defines two main structs/classes used in nix error handling.
s
return s
Definition
lexer.l:459
nix::Value
Definition
value.hh:167
src
libexpr
json-to-value.hh
Generated by
1.13.2