# JsonRequestsWrapper

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/utilities/requests/JsonRequestsWrapper)

Lightweight wrapper around requests library, with async support.

The main purpose of this wrapper is to always return a json output.

## Signature

```python
JsonRequestsWrapper()
```

## Extends

- `GenericRequestsWrapper`

## Properties

- `response_content_type`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/7c10a5fa327f6aaaf7c932822a9e5d144891406e/libs/community/langchain_community/utilities/requests.py#L239)