projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23886f9
)
Make json_write_wrbuf available
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 2 Aug 2011 12:14:29 +0000
(14:14 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 2 Aug 2011 12:14:29 +0000
(14:14 +0200)
include/yaz/json.h
patch
|
blob
|
history
diff --git
a/include/yaz/json.h
b/include/yaz/json.h
index
de7803a
..
5c53d70
100644
(file)
--- a/
include/yaz/json.h
+++ b/
include/yaz/json.h
@@
-187,6
+187,13
@@
void json_parser_subst(json_parser_t p, int idx, struct json_node *n);
YAZ_EXPORT
void json_write_wrbuf(struct json_node *node, WRBUF result);
+/** \brief writes JSON text to WRBUF with escaping
+ \param b result
+ \param str input string to be encoded
+*/
+YAZ_EXPORT
+void wrbuf_json_puts(WRBUF b, const char *str);
+
YAZ_END_CDECL
#endif