OGDL

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Rveen (talk | contribs) at 15:12, 13 January 2014 (Changed the home page, not on Sourceforge anymore.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

OGDL (Ordered Graph Data Language), is a "structured textual format that represents information in the form of graphs, where the nodes are strings and the arcs or edges are spaces or indentation."[1]

Like XML, but unlike JSON and YAML, OGDL includes a schema notation and path traversal notation. There is also a binary representation.

Example

libraries
    foo.so
    bar.so

See also

References

External links