knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

jsontools

Lifecycle: experimental CRAN status R-CMD-check

Overview

With the increasing support of JSON in databases and since 2016 even support in the SQL standard, JSON data in vectors become more common. With jsontools one can easily work with JSON vectors in R.

The three main parts are:

  1. parsing from JSON and converting to JSON
  2. extract data from JSON without parsing everything
  3. manipulate JSON directly

Installation

install.packages("jsontools")

# Or the the development version from GitHub:
devtools::install_github("mgirlich/jsontools")



mgirlich/jsontools documentation built on March 21, 2023, 9:10 a.m.