json and prettyprint
This commit is contained in:
parent
887d43428b
commit
ef3c98518a
2 changed files with 103 additions and 19 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue