• Parse the given JSON and fill the content of the variable with it.

    Parameters

    • jsonStr: string

      The JSON string

    • variable: Variable

      The variable where to put the parsed JSON

    Returns void

    true if JSON was properly parsed

    Deprecated

    Use variable.fromJSON instead.