# Generated by roxygen2: do not edit by hand

S3method("[",tbl_json)
S3method(arrange,tbl_json)
S3method(arrange_,tbl_json)
S3method(as.character,tbl_json)
S3method(as.tbl_json,character)
S3method(as.tbl_json,data.frame)
S3method(as.tbl_json,tbl_json)
S3method(as_data_frame,tbl_json)
S3method(as_tibble,tbl_json)
S3method(filter,tbl_json)
S3method(filter_,tbl_json)
S3method(mutate,tbl_json)
S3method(mutate_,tbl_json)
S3method(print,tbl_json)
S3method(slice,tbl_json)
S3method(slice_,tbl_json)
export("%>%")
export(append_values_logical)
export(append_values_number)
export(append_values_string)
export(as.tbl_json)
export(as_data_frame)
export(as_tibble)
export(bind_rows)
export(enter_object)
export(filter)
export(gather_array)
export(gather_keys)
export(gather_object)
export(is.tbl_json)
export(is_json_array)
export(is_json_logical)
export(is_json_null)
export(is_json_number)
export(is_json_object)
export(is_json_scalar)
export(is_json_string)
export(jlogical)
export(jnumber)
export(json_complexity)
export(json_lengths)
export(json_schema)
export(json_structure)
export(json_types)
export(jstring)
export(read_json)
export(spread_all)
export(spread_values)
export(tbl_json)
import(assertthat)
import(dplyr)
import(jsonlite)
import(tidyr)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract2)
importFrom(magrittr,is_greater_than)
importFrom(purrr,"%||%")
importFrom(purrr,at_depth)
importFrom(purrr,compose)
importFrom(purrr,every)
importFrom(purrr,flatten_chr)
importFrom(purrr,flatten_dbl)
importFrom(purrr,flatten_int)
importFrom(purrr,invoke_map)
importFrom(purrr,lift_vl)
importFrom(purrr,list_along)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_if)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,partial)
importFrom(tibble,as_tibble)
importFrom(tibble,trunc_mat)
importFrom(utils,capture.output)
