Package | Description |
---|---|
com.sdicons.json.model |
The JSON model.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONBoolean
Represents a JSON boolean value.
|
class |
JSONDecimal
Represents a JSON float.
|
class |
JSONInteger
Represents a JSON int.
|
class |
JSONNull
Represents a JSON null value.
|
class |
JSONNumber
The parent class of numerical types, being
JSONInteger and JSONDecimal . |
class |
JSONString
Represents a JSON delimited string.
|
Copyright © 2012. All Rights Reserved.