| 程序包 | 说明 |
|---|---|
| com.blade.kit.json |
| 类和说明 |
|---|
| JSONArray
Represents a JSON array, an ordered collection of JSON values.
|
| JSONHandler
A handler for parser events.
|
| JSONObject
Represents a JSON object, a set of name/value pairs, where the names are
strings and the values are JSON values.
|
| JSONObject.Member
Represents a member of a JSON object, a pair of a name and a value.
|
| JSONValue
Represents a JSON value.
|
| Location
An immutable object that represents a location in the parsed text.
|
| PrettyPrint
Enables human readable JSON output by inserting whitespace between values.after commas and
colons.
|
| WriterConfig
Controls the formatting of the JSON output.
|
Copyright © 2016. All rights reserved.