Learn R Programming

tidyjson (version 0.3.2)

json_get: 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)

Value

A nested list representing the JSON data

Arguments

.data

A tbl_json object