Nothing
library(RJSONIO)
ff = system.file("sampleData", "keys.json", package = "RJSONIO")
print(ff)
z = paste(readLines(ff), collapse = "\n")
fromJSON(I(z))
fromJSON(ff, function(type, val) { cat(names(type), "\n"); TRUE})
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.