1useDynLib(RJSONIO)
2import("methods")
3
4export(toJSON)
5exportMethods(toJSON)
6
7export(emptyNamedList)
8
9export(fromJSON)
10exportMethods(fromJSON)
11exportPattern("^JSON_T")
12export(asJSVars)
13
14export(basicJSONHandler)
15
16export(isValidJSON)
17exportMethods(isValidJSON)
18
19export(Strict, StrictNumeric, StrictCharacter, StrictLogical)
20
21export(readJSONStream)
22