GET, status, JSON — the call AI makes 100 times a day — step 5 of 9
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:
⌘↵ runs the editor.read, then continue.
GET, status, JSON — the call AI makes 100 times a day — step 5 of 9
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:
⌘↵ runs the editor.read, then continue.