Puneet Varma (Editor)

OGDL

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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."

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

References

OGDL Wikipedia