On Thu, Apr 29, 2010 at 8:39 PM, Stephan Beal <[email protected]> wrote:

> To this end, i have investigated several C-based JSON libraries, but so far
> i have found nothing which particularly pleases me (in terms of licensing
> and API interface). That said, the JSON format is simple enough (and well
> documented enough) that writing a custom parser for it wouldn't be all that
> much work. (Maybe that's something for me to do this weekend.)
>

Crockford provides one:

http://www.json.org/JSON_checker/

but it needs to be refactored a bit in order to be useful. It currently
doesn't have a way for the user to accumulate the parsed data as elements
are parsed, but i don't think it would be too difficult to expand it into a
push parser (like libexpat's interface).

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to