parse_rjson: Parse R JSON

View source: R/utility_functions.R

parse_rjsonR Documentation

Parse R JSON

Description

Parse a httr response using rjson

Usage

parse_rjson(response)

Arguments

response

a response object returned by a GET or POST request

Details

This function implements faster json parsing the jsonlite and httr This would be slightly faster with jsonify for large json objects but it is only a minimal performance increase

Value

an R object of parsed json


MatthewJWhittle/getarc documentation built on April 22, 2023, 12:16 p.m.