Nix 2.29.0
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::JSONSax Class Reference
Inheritance diagram for nix::JSONSax:

Public Member Functions

 JSONSax (EvalState &state, Value &v)
bool null () override
bool boolean (bool val) override
bool number_integer (number_integer_t val) override
bool number_unsigned (number_unsigned_t val_) override
bool number_float (number_float_t val, const string_t &s) override
bool string (string_t &val) override
bool start_object (std::size_t len) override
bool key (string_t &name) override
bool end_object () override
bool end_array () override
bool start_array (size_t len) override
bool parse_error (std::size_t, const std::string &, const nlohmann::detail::exception &ex) override

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/nix-2.29.0-build/nix-2.29.0/src/libexpr/json-to-value.cc