Libdjson
From Makers Local 256
Creator: |
Overview
This is a basic JSON parser written in D. It currently supports building JSON structures in code and reading them from a piece of text, as well as outputting those structures to JSON text. It is available from my SVN server.
ToDo
- Build some kind of query system so that it is easier to pull data out of the JSON object.
- XPath inspired?, may always have to return an array of nodes
- Traversing an array may be confusing