Interface | Description |
---|---|
JsonHandler |
The
JSONHandler interface receives notifications from the
JsonParser . |
Class | Description |
---|---|
JsonParser |
JsonParser parses and validates the JSON object passed upon
JsonParser.parse(String) or JsonParser.parse(InputStream, String) and notifies
the specified JsonHandler |
JsonUtil |
JSON utilities.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.