cctools
jx_canonicalize.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_CANONICALIZE_H
8#define JX_CANONICALIZE_H
9
17#include <stdio.h>
18#include <stdbool.h>
19
20#include "jx.h"
21#include "link.h"
22#include "buffer.h"
23
29char *jx_canonicalize(struct jx *j);
30
31#endif
String Buffer Operations.
JSON Expressions (JX) library.
char * jx_canonicalize(struct jx *j)
Canonicalize a JX expression to a string.
JX value representing any expression type.
Definition jx.h:117