]> mj.ucw.cz Git - libucw.git/blob - ucw-json/doc/json.txt
JSON: Basic documentation
[libucw.git] / ucw-json / doc / json.txt
1 JSON Parser and Generator
2 =========================
3
4 ucw-json/json.h
5 ---------------
6
7 To use the JSON library, you need to create a context (<<struct json_context,struct json_context>>)
8 by calling <<json_new()>> first.
9
10 FIXME
11
12 !!ucw-json/json.h