tests/con1.R

library(RJSONIO)

con = textConnection(c("[[1,2,3,4],", "[5, 6, 7, 8]]"))
fromJSON(con)

con = file(system.file("sampleData", "usaPolygons.as", package = "RJSONIO"))
o = fromJSON(con)

Try the RJSONIO package in your browser

Any scripts or data that you put into this service are public.

RJSONIO documentation built on Nov. 27, 2023, 5:09 p.m.