Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

JSON Graph Spec

JSON Graph Spec - Json format

< >

JSON Graph Spec is a json format created in 2013 by Byron Ruth.

#1391on PLDB 10Years Old 17Users
0Books 0Papers

JSON specification for representing a graph structure


Example from the web:
{ "nodes": [{ "labels": ["Origin"], "props": { "name": "file.csv", "uri": "csv:///path/to/file.csv" }, "match": ["uri"] }, { "labels": ["Element"], "props": { "name": "ArtistId", "uri": "csv:///path/to/file.csv/ArtistId" }, "match": ["uri"] }], "rels": [{ "start": 0, "end": 1, "type": "CONTAINS" }] }
z80.html 路 json-graph-spec.html 路 owen-lang.html

View source

- Build the next great programming language Search v2023 Day 205 Docs Acknowledgements Traffic Traffic Today Mirrors GitHub feedback@pldb.com