Last change
on this file since 605 was
602,
checked in by david, 10 years ago
|
- json tools to convert map and maps data structures
|
File size:
297 bytes
|
Line | |
---|
1 | #ifndef ZOO_JSON_H |
---|
2 | #define ZOO_JSON_H 1 |
---|
3 | |
---|
4 | |
---|
5 | #include "service.h" |
---|
6 | #include "service_internal.h" |
---|
7 | #include <json/json.h> |
---|
8 | void maptojson(json_object ** obj,map * m); |
---|
9 | |
---|
10 | void mapstojson(json_object ** obj,maps * m); |
---|
11 | |
---|
12 | map* jsontomap(json_object * jobj); |
---|
13 | int jsontomaps(json_object * jobj,maps **m); |
---|
14 | |
---|
15 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.