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"
mgirlich/jsontools documentation built on March 21, 2023, 9:10 a.m.