Read a KRT from canonical JSON
Value
A krt_tbl.
Examples
k <- read_krt_json(write_krt_json(krt_example))
identical(length(k$resources), length(krt_example$resources))
#> [1] TRUE
Read a KRT from canonical JSON
A krt_tbl.
k <- read_krt_json(write_krt_json(krt_example))
identical(length(k$resources), length(krt_example$resources))
#> [1] TRUE