jsongraph / json-graph-specification

A proposal for representing graph structure (nodes / edges) in JSON.
http://jsongraphformat.info/
Other
446 stars 36 forks source link

Edge and Graph ID's #11

Closed wshayes closed 10 years ago

wshayes commented 10 years ago

Can't figure out a significant use case for edge id's. The Edge ID is also rather redundant with the array index for the edges or the source, relation, target keys. The graph ID is reasonable to keep as an option but there doesn't appear to be a strong use case to require it in all cases.