includeCSS()
htmlDependency()
renderUI
Shiny.setInputValue
getType
Read JSON
JSON.parse(my_json)
Export JSON
myObject = { "name": "David", "color": "purple", "planet": "Mars", } JSON.stringify(my_object)