UNPKG

jsongraph

Version:

powerful minimalist graph/dataflow programming based on jsonschema references (nodejs/coffeescript)

10 lines (9 loc) 157 B
module.exports = a: "$ref": [{"$ref": "#/b"}] b: "$ref": [{"$ref": "#/a"}] c: "$ref": [{"$ref": "#/a"}] d: "$ref": [{"$ref": "#/c"}]