Closed jeremystan closed 8 years ago
tbl_json objects should print like tbl_df objects, except they should have an additional column at the end, titled something like attr("JSON"), that shows the first N characters of the concise JSON representation of the JSON attribute.
tbl_json
tbl_df
attr("JSON")
Something like:
document.id key attr("JSON") ----------- --- ------------ 1 "a" [1, 2, 3] 2 "b" true 3 "c" {"k1": "value", "k2": [1, 2], "k3...
Need to go through and update vignettes now, and maybe review examples to make sure they are still clear.
tbl_json
objects should print liketbl_df
objects, except they should have an additional column at the end, titled something likeattr("JSON")
, that shows the first N characters of the concise JSON representation of the JSON attribute.Something like: