Skip to content

Parse Data

Parses JSON or YAML input into a DataNode for simplified access and manipulation.

Properties

NameDescriptionRequired
ContentThe JSON or YAML text to be parsed into a DataNode.☑️
CultureDefines the culture information applied during value conversions (such as int, long, double, or decimal) within the DataNode.
ResultThe resulting DataNode created from the parsed JSON or YAML content.