public abstract class JSONReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CURRENT |
static int |
FIRST |
static int |
NEXT |
| Constructor and Description |
|---|
JSONReader() |
| Modifier and Type | Method and Description |
|---|---|
Object |
read(CharacterIterator it) |
Object |
read(CharacterIterator ci,
int start) |
Object |
read(String string) |
public static final int FIRST
public static final int CURRENT
public static final int NEXT
public Object read(CharacterIterator ci, int start)
public Object read(CharacterIterator it)
Copyright © 2021. All rights reserved.