jsongraph/json-graph-specification

Go bindings?

vsoch opened this issue · 1 comments

vsoch commented

Hi! I was wondering if you had a go library to provide the basic structure that conforms to the schema. I've used this in a few projects now, and (if there isn't one) would be happy to put it together.

Thank you!

vsoch commented

In case anyone is interested, I'm working on them here: https://github.com/converged-computing/jsongraph-go. We have a few projects in mind for these (so updates likely) but for the time being I'm keeping it very simple to just define structs for the different types of graphs supported in v2. Thanks!