knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

jasmine is a simple JSON parser

The following functions are implemented:

The following data sets are included:

News

Installation

devtools::install_github("hrbrmstr/jasmine")
options(width=120)

Usage

library(jasmine)

# current verison
packageVersion("jasmine")

get_keys('{ "dave" : "me", "henry" : 4, "steve" : [ "a", "b", "c" ]}')

Test Results

library(jasmine)
library(testthat)

date()

test_dir("tests/")

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



hrbrmstr/jasmine documentation built on May 17, 2019, 5:10 p.m.