#' Format and Pretty Print JSON
#'
#' This uses \code{vkbeautify} and \code{highlight.js} to format and
#' "pretty print" JSON content & lists in an \code{htmlwidget} pane.
#'
#' Also uses \code{jquery.json-view} for the interactive tree view
#'
#' @name jsonview
#' @docType package
#' @author Bob Rudis (@@hrbrmstr)
#' @import htmlwidgets htmltools purrr curl
#' @importFrom base64enc base64encode
#' @importFrom jsonlite fromJSON toJSON
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.