Skip to content

Load Data File

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

Properties

NameDescriptionRequired
CultureSpecifies the culture used when converting node values to numeric types (e.g., int, long, double, decimal).
EncodingSpecifies the text encoding used when reading the file. Defaults to UTF-8.
File PathThe path to the JSON or YAML file to be loaded.☑️
ResultThe DataNode generated from the parsed file content.