Arrow.from_jsonstring

classmethod Arrow.from_jsonstring(string)

Construct an object from serialized data contained in a JSON string.

Parameters
stringstr

The object as a JSON string.

Returns
Data

An instance of this object type if the data contained in the JSON file has the correct schema.