We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node-id ::= [0-9a-fA-F.]+
wire-entry ::= node-id | "[" node-id ( "," node-id )* "]"
core-properties ::= "id" ":" node-id | "type" ":" string | "wires" ":" "[" wire-entry ( "," wire-entry )* "]" | "x" ":" number | "y" ":" number | "z" ":" number
type-properties ::= string ":" value
node ::= "{" core-properties ( "," core-properties )* ( "," type-properties )* "}"
flow ::= "[" node ( "," node )* "]"
string, value, number are as defined by RFC7159: The Javascript Object Notation (JSON) Data Interchange Format.
string
value
number
Diagrams generated at http://bottlecaps.de/rr/ui