chiark / gitweb /
shared/json: Added DOM-like JSON parser
authorPavel Odvody <podvody@redhat.com>
Tue, 19 May 2015 14:29:42 +0000 (16:29 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 08:57:18 +0000 (09:57 +0100)
This makes working with complexly structured documents easy
and more reliable as the parser is not susceptible to
element re-ordering.

Also fixes a bug when the tokenizer would choke after reading
a number.


No differences found