json_get: Get JSON from a tbl_json

View source: R/tbl_json.R

json_getR Documentation

Get JSON from a tbl_json

Description

Extract the raw JSON from a tbl_json object. This is equivalent to reading the "..JSON" hidden column. But is a helper in case of future behavior changes. This replaces previous behavior, where the raw JSON was stored in an attribute.

Usage

json_get(.data)

Arguments

.data

A tbl_json object

Value

A nested list representing the JSON data


jeremystan/tidyjson documentation built on Feb. 4, 2023, 6:54 p.m.