How to check request is json type in flask?

How to check request is json type in flask?

We can use .get_json() method - It will converts the JSON object into Python Data for the developers.