cctools
jx_eval.h
1 /*
2 Copyright (C) 2016- The University of Notre Dame
3 This software is distributed under the GNU General Public License.
4 See the file COPYING for details.
5 */
6 
7 #ifndef JX_EVAL_H
8 #define JX_EVAL_H
9 
10 #include "jx.h"
11 
20 struct jx * jx_eval( struct jx *j, struct jx *context );
21 
31 struct jx * jx_eval_with_defines( struct jx *j, struct jx* context );
32 
33 
34 #endif
JSON Expressions (JX) library.
JX value representing any expression type.
Definition: jx.h:135