Interface | Description |
---|---|
JSONAware |
Beans that support customized output of JSON text shall implement this interface.
|
JSONStreamAware |
Beans that support customized output of JSON text to a writer shall implement this interface.
|
Class | Description |
---|---|
JSON |
This is the main class for using Fastjson.
|
JSONArray | |
JSONObject | |
JSONPatch | |
JSONPatch.Operation | |
JSONPath | |
JSONPath.FilterSegment | |
JSONPObject | |
JSONReader | |
JSONValidator | |
JSONWriter | |
TypeReference<T> |
Represents a generic type
T . |
Enum | Description |
---|---|
JSONPatch.OperationType | |
JSONValidator.Type | |
PropertyNamingStrategy |
Exception | Description |
---|---|
JSONException | |
JSONPathException |
Copyright © 2012–2022 Alibaba Group. All rights reserved.