]> git.evergreen-ils.org Git - OpenSRF.git/blob - include/objson/xml2json.h
Merged libopensrf source directories (libtransport, libstack, and utils) into a singl...
[OpenSRF.git] / include / objson / xml2json.h
1
2 #include <stdio.h>
3 #include <string.h>
4 #include <libxml/globals.h>
5 #include <libxml/xmlerror.h>
6 #include <libxml/parser.h>
7 #include <libxml/tree.h>
8 #include <libxml/xmlmemory.h>
9
10 #include <objson/object.h>
11 #include <objson/json_parser.h>
12 #include <opensrf/utils.h>
13 #include <opensrf/osrf_list.h>
14
15
16 jsonObject* jsonXMLToJSONObject(const char* xml);
17
18
19