Description Usage Arguments Value Examples
Create JSON String From List
1 2 3 | create_json_text(list_to_json)
is.json(text)
|
list_to_json |
A list to be conversted to JSON character string. |
text |
A character string. |
A JSON character string
A logical value, TRUE
for JSON.
1 2 | create_json_text (list (id="test_id"))
is.json( '{"id":["test_id"]}')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.