promptdojo_

talking to apis — the call ai makes 100 times a day — step 5 of 8

Cursor wrote a wrapper that simulates an API call. The variable response_body is a JSON string. Fill in the standard library function on line 4 that turns a JSON string into a Python dict.

Function: