Examples for 'RJSONIO::basicJSONHandler'


Create handler for processing JSON elements from a parser

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()
[[1]]
[1] 1

[[2]]
[1] 2

[[3]]
[1] 3

[Package RJSONIO version 1.3-1.6 Index]