Package | Description |
---|---|
org.vostok.json |
Content the main class for converting java object to and from js object.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanParser
BeanParser is used to convert a js object into a bean.
|
class |
Unmarshaller
unmarshaller convert js object source code into java object
you don't create the class directly but acces it throw JSONContext.
|