Graphs in JSON

A collection of links to JSON graph representations

This page is a Bookmark.

Viz.js is a collection of packages for working with Graphviz in JavaScript. ... In addition to strings in DOT syntax, rendering methods accept graph objects. Graph objects are plain JavaScript objects, similar to JSON Graph or the Dagre JSON serialization, but are specifically designed for working with Graphviz. Because of that, they use terminology from the Graphviz API (edges have a "head" and "tail", and nodes are identified with "name") and support features such as subgraphs, HTML labels, and default attributes. docs

JSON Graph Format site

Dagre JSON serialization site

Netflix Falcor site

Wiki's graph abstraction WardCunningham/graph—visible in test cases: github also in the "live" documentation: github