]> git.evergreen-ils.org Git - OpenSRF.git/blob - include/objson/json2xml.h
9eaa1c06d0d19cfc131874272ea59d8816f842d6
[OpenSRF.git] / include / objson / json2xml.h
1
2 #include <string.h>
3 #include <stdio.h>
4
5 /* the JSON parser, so we can read the response we're XMLizing */
6 #include <objson/object.h>
7 #include <objson/json_parser.h>
8 #include <opensrf/utils.h>
9
10 char* jsonObjectToXML(jsonObject*);
11