Package | Description |
---|---|
net.arnx.jsonic |
Provides classes for manipulating JSON(http://www.json.org/) format.
|
Modifier and Type | Field and Description |
---|---|
static NamingStyle |
NamingStyle.LOWER_CAMEL |
static NamingStyle |
NamingStyle.LOWER_CASE |
static NamingStyle |
NamingStyle.LOWER_HYPHEN |
static NamingStyle |
NamingStyle.LOWER_SPACE |
static NamingStyle |
NamingStyle.LOWER_UNDERSCORE |
static NamingStyle |
NamingStyle.NOOP |
static NamingStyle |
NamingStyle.UPPER_CAMEL |
static NamingStyle |
NamingStyle.UPPER_CASE |
static NamingStyle |
NamingStyle.UPPER_HYPHEN |
static NamingStyle |
NamingStyle.UPPER_SPACE |
static NamingStyle |
NamingStyle.UPPER_UNDERSCORE |
Modifier and Type | Method and Description |
---|---|
NamingStyle |
JSON.Context.getEnumStyle() |
NamingStyle |
JSON.Context.getPropertyStyle() |
Modifier and Type | Method and Description |
---|---|
void |
JSON.setEnumStyle(NamingStyle style)
Sets default Case style for Enum.
|
void |
JSON.setPropertyStyle(NamingStyle style)
Sets default Case style for the property name of JSON object.
|
Copyright © 2023. All rights reserved.