Package | Description |
---|---|
net.arnx.jsonic |
Provides classes for manipulating JSON(http://www.json.org/) format.
|
Modifier and Type | Method and Description |
---|---|
protected <T> T |
JSON.create(JSON.Context context,
Class<? extends T> c) |
protected boolean |
JSON.ignore(JSON.Context context,
Class<?> target,
Member member)
Ignore this property.
|
protected <T> T |
JSON.postparse(JSON.Context context,
Object value,
Class<? extends T> cls,
Type type)
Converts Map, List, Number, String, Boolean or null to other Java Objects after parsing.
|
protected Object |
JSON.preformat(JSON.Context context,
Object value)
Converts Any Java Object to JSON recognizable Java object before format.
|
Copyright © 2023. All rights reserved.