restapi.rest.response.ExtendedJSONEncoder.loads

ExtendedJSONEncoder.loads(s, **kwargs)[source]

Deserialize data as JSON.

Parameters:
  • s (Union[str, bytes]) – Text or UTF-8 bytes.

  • kwargs (Any) – May be passed to the underlying JSON library.

Return type:

Any