cctools
jx_sub.h
Go to the documentation of this file.
1/*
2Copyright (C) 2022 The University of Notre Dame
3This software is distributed under the GNU General Public License.
4See the file COPYING for details.
5*/
6
7#ifndef JX_SUB_H
8#define JX_SUB_H
9
10#include "jx.h"
11
23struct jx * jx_sub( struct jx *j, struct jx *context );
24
25
26#endif
JSON Expressions (JX) library.
struct jx * jx_sub(struct jx *j, struct jx *context)
Substitute symbols from context.
JX value representing any expression type.
Definition jx.h:117