packages feed

hnix-0.7.0: data/nix/src/libexpr/json-to-value.hh

#pragma once

#include "eval.hh"

#include <string>

namespace nix {

MakeError(JSONParseError, EvalError)

void parseJSON(EvalState & state, const string & s, Value & v);

}