Get Structure From JSON

Transforms JSON to Structure. Can be used to utilize some operators to work with structures, but keep in mind that there are a bunch of operators to work with JSON in Array section.

inputs:

json – input JSON to transform into the structure. Link it with a response from API Request, from Sugar field, or specify directly in the flowchart.

  • Required: yes

schema – link with output from Structure Schema. Each field of Structure Schema must be the same as a key of the JSON element. If there is no such element by key as stated in Structure Scheme, the field of the structure has an empty value. Also all JSON elements that aren’t specified in Structure Schema are skipped.

  • Required: yes

outputs:

structure – structure created from JSON by the provided schema.

Click to rate this post!
[Total: 0 Average: 0]

Leave a Reply

Your email address will not be published. Required fields are marked *