| Package | Description |
|---|---|
| org.jose4j.json.internal.json_simple.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONParser.parse(Reader in,
ContentHandler contentHandler) |
void |
JSONParser.parse(Reader in,
ContentHandler contentHandler,
boolean isResume)
Stream processing of JSON text.
|
void |
JSONParser.parse(String s,
ContentHandler contentHandler) |
void |
JSONParser.parse(String s,
ContentHandler contentHandler,
boolean isResume) |
Copyright © 2022. All rights reserved.