Nothing
Code
last_response_json()
Output
{
"x": 1
}
Code
last_response_json(pretty = FALSE)
Output
{"x":1}
Code
last_request_json()
Output
{
"x": 1
}
Code
last_request_json(pretty = FALSE)
Output
{"x":1}
Code
last_request_json()
Condition
Error in `last_request_json()`:
! Last request doesn't have a JSON body.
Code
last_response_json()
Condition
Error in `last_response_json()`:
! Last response doesn't have a JSON body.
Code
last_request_json()
Condition
Error in `last_request_json()`:
! No request has been made yet.
Code
last_response_json()
Condition
Error in `last_response_json()`:
! No request has been made successfully yet.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.