Skip to main content

LoadJSON

This Script is part of the Common Scripts Pack.#

LoadJSON#

Loads a JSON from a string input, and returns a JSON object result.

Script Data#


NameDescription
Script Typepython3
TagsUtility

Inputs#


Argument NameDescription
inputThe input string to transform to a JSON object.

Outputs#


PathDescriptionType
JsonObjectThe JSON object loaded from the input.Unknown