R/got_chars.R

#' Game of Thrones characters
#'
#' A JSON with some basic information about some of the Game of Thrones
#' characters.
#'
#' @format A JSON array of objects. Each object describes a character and has
#'   the following keys:
#'   * `url`
#'   * `id`
#'   * `name`
#'   * `alive`
#'   * `titles`
#'   * `aliases`
#'   * `allegiances`
#'
#' @source <https://anapioficeandfire.com>
#' @examples
#' got_chars_json
"got_chars_json"

Try the jsontools package in your browser

Any scripts or data that you put into this service are public.

jsontools documentation built on March 22, 2021, 5:06 p.m.