about summary refs log blame commit diff
path: root/third_party/nix/src/libexpr/json-to-value.hh
blob: 5b67b350646e2cafca64514153192cca4f6d6b8d (plain) (tree)
1
2
3
4
5
6
7
8
9
10

            
                 
 
                  




                                    
                                                                

 
#pragma once

#include <string>

#include "eval.hh"

namespace nix {

MakeError(JSONParseError, EvalError)

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

}