ACHTUNG: THIS PAGE IS NOW MAINTAINED IN THE NEW WIKI: http://whiki.wanderinghorse.net/wikis/cson/?page=TableOfContents
Table of Contents
- Home Page
- News and announcements
- How to download cson's source code
- The amalgamation build, a single-source-file distribution of the library's code.
- HowTo do just about everything with cson
- TipsAndTricks demonstrates some useful tips and tricks for client code.
- The obligatory list of TODOs
- Overview of the library's architecture
- A bit about JSON
- cson_session: a small, abstract "persistent session management" API extension for cson. The specific storage back-ends include:
- cson_sessmgr_file: file-based storage
- cson_sessmgr_cpdo: db-based storage
- cson_sessmgr_whio_ht: hashtable-file-based storage
- cson_sessmgr_whio_epfs: embedded filesystem-based storage
- Database-related stuff:
- cson_sqlite3: creating JSON from sqlite3 databases
- cson_cpdo: creating JSON from cpdo database connections
- select-to-json: a small app which runs SELECT queries against a db and sends the results as JSON to stdout.
- CGI-related stuff:
- cson_cgi: mini-framework for writing JSON-only CGI applications.
- cson_cgi_HowTo: examples of using cson_cgi.