json_get {tidyjson}R 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


[Package tidyjson version 0.3.2 Index]