On Tue, Jan 11, 2011 at 10:29:59PM +0100, Stephan Beal wrote: > On Tue, Jan 11, 2011 at 9:50 PM, Stephan Beal <[email protected]> wrote: > > > My (very) favored option would be an option generate results as JSON, with > > a well-specified grammar depending on the operation. > > > > i would be more than happy to add such features if we can find/write/agree > on a useful JSON library for C (and one which agrees with fossil's licensing > terms). If anyone knows of a good C API for generating JSON, please let me > know (off-list is fine) and i'll be happy to take a look. We wouldn't need > to consume JSON, so a more complex, input-capable API isn't necessary for > this purpose.
There is libmj, which can be found in netpgp. It's less than 20KB in size for both parser and writer. Joerg _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

