Deserialize data as JSON.
s (Union[str, bytes]) – Text or UTF-8 bytes.
Union
str
bytes
kwargs (Any) – May be passed to the underlying JSON library.
Any