'How to paste JSON as PHP array in PhpStorm?

I am calling a third-party API, the parameter is in json format. Is it possible to copy the JSON and paste into PhpStorm as PHP array? That is, automatically convert JSON to PHP array.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source