decode(s)
Return the Python representation of s (a str
instance containing a JSON document).
JSONDecodeError
will be raised if the given JSON document is not valid.
decode(s)
Return the Python representation of s (a str
instance containing a JSON document).
JSONDecodeError
will be raised if the given JSON document is not valid.
Please login to continue.