Libdjson

From Makers Local 256
Revision as of 15:32, 8 January 2010 by Opticron (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Creator:
Opticron
Status:
Early Implementation
Born On:
14:32, 8 January 2010 (CST)
Last Updated:
15:32, 08 January 2010 (CDT)

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