Working with JSON Vectors


[Up] [Top]

Documentation for package ‘jsontools’ version 0.1.0

Help Pages

as_json2 Construct a json2 object
format_json Convert R objects to JSON
format_json_list Convert R objects to JSON
format_json_rowwise Convert each tbl row to JSON
got_chars_json Game of Thrones characters
is_json2 Construct a json2 object
json2 Construct a json2 object
json_array_agg Aggregate into a JSON array
json_array_length Get array length of JSON arrays
json_array_types Get the type of array elements
json_assert_valid Assert vector is valid JSON.
json_delete Remove JSON element
json_extract Extract an element from JSON
json_flatten Flatten a JSON array
json_hoist Rectangle a JSON vector
json_is_valid Assert vector is valid JSON.
json_keys Get keys of JSON object resp. array
json_merge Merge two JSON objects
json_minify Prettify/Minify a JSON vector
json_mutate Update values
json_path_exists Does the path exist?
json_prettify Prettify/Minify a JSON vector
json_type Query the JSON type
json_u Unbox a vector or data frame
json_unnest_longer Unnest a JSON array column
json_unnest_wider Unnest a JSON object into columns
json_wrap_scalars Wrap scalars in a JSON array
new_json2 Construct a json2 object
new_json_array Prototype helpers
new_json_object Prototype helpers
object Creating JSON objects
parse_json Convert JSON to an R object
parse_json_vector Parse a vector of JSON into a list
read_json Read JSON from disk or url
vec_ptype2.jqson Coercion
vec_ptype2.json Coercion
vec_ptype2.json2 Coercion
vec_ptype2.pq_json Coercion
vec_ptype2.pq_jsonb Coercion
write_json Write JSON