Skip to main content

parse

Parse a string into an object

Written by Holly Conrad Smith

Use this when you want to convert a string into an object within a flow, for example reading a JSON string from a property and working with its values.

Often paired with the Panel or String nodes.

Inputs

Name

Abbreviation

Type

Access

Description

String

S

String

Item

The string to parse

Outputs

Name

Abbreviation

Type

Access

Description

Object

O

Any

Item

The parsed object

How-To

  1. Pass in a string

  2. The result is the string wrapped into an Object.

Try Parse when a panel or string output results in an error in following nodes in the flow. The JSON may not be properly wrapped!

Did this answer your question?