Aliases: basicJSONHandler
Keywords: IO programming
### ** Examples h = basicJSONHandler() x = fromJSON("[1, 2, 3]", h) x
[[1]] [1] 1 [[2]] [1] 2 [[3]] [1] 3
h$value()