# NOT RUN {
df <- tibble::tibble(
id = 1:5,
json = json_flatten(got_chars_json)
)
json_hoist(df, json, url = "$.url", name = "$.name")
# the names can also be generated automatically
json_hoist(df, json, "$.url", "$.name")
# }
Run the code above in your browser using DataLab