cctools
jx_pretty_print.h
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_PPRINT_H
8#define JX_PPRINT_H
9
12#include "jx.h"
13#include "buffer.h"
14#include "link.h"
15#include <stdio.h>
16
17
20void jx_pretty_print_stream( struct jx *j, FILE *file );
21
22#endif
String Buffer Operations.
JSON Expressions (JX) library.
JX value representing any expression type.
Definition jx.h:117