powered by
Get keys of JSON object resp. array
json_keys(x)
A JSON vector
A list of keys.
# NOT RUN { json_keys(c( '{"a": 1, "b": 2}', '{"x": 1, "y": 2}', "[1, 2]" )) # }
Run the code above in your browser using DataLab