source:
branches/PublicaMundi_David-devel/zoo-project/zoo-kernel/zoo_json.h
@
613
Last change on this file since 613 was 606, checked in by david, 10 years ago | |
---|---|
File size: 291 bytes |
Rev | Line | |
---|---|---|
[602] | 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); | |
[606] | 13 | maps* jsontomaps(json_object * jobj); |
[602] | 14 | |
15 | #endif |
Note: See TracBrowser
for help on using the repository browser.