Constructor and Description |
---|
ASDeserializer(String str)
Creates an
ASDeserializer instance. |
public ASDeserializer(String str)
ASDeserializer
instance.str
- JSON string to be deserializedpublic Object deserialize()
ASObject
instance.
Note that a property name should be quoted in JSON object notation. E.g.
{"id":123}
.IllegalArgumentException
- when given JSON string is not in valid format.