Skip to content

json_decode

Source

Hook for decoding a JSON string to a dict.

Inputs

Name Type Default Required Description
data str True JSON string to convert to dict.

Arguments

Position Argument Type
1 data str

Returns

Union[dict, list]