json and prettyprint

This commit is contained in:
Olof Hagsand 2016-08-17 21:02:53 +02:00
parent 887d43428b
commit ef3c98518a
2 changed files with 103 additions and 19 deletions

View file

@ -28,7 +28,7 @@
*/
int json_parse_str(char *str, cxobj **xt);
int xml2json_cbuf(cbuf *cb, cxobj *x, int level);
int xml2json(FILE *f, cxobj *x, int level);
int xml2json_cbuf(cbuf *cb, cxobj *x, int pretty);
int xml2json(FILE *f, cxobj *x, int pretty);
#endif /* _CLIXON_JSON_H */