|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjena.atlas.json.io.parser.ParserBase
org.openjena.atlas.json.io.parser.JSONP
public class JSONP
Json (extended) parser Extensions: Use of ', """ and ''' for strings Bare words for strings in maps (JSON objects) Hex numbers Objects with duplicate keys are a warning (keeps last)
| Constructor Summary | |
|---|---|
JSONP(TokenizerJSON tokens,
JSONHandler maker)
|
|
| Method Summary | |
|---|---|
void |
parse()
|
void |
parseAny()
Parse one element into the JSONMaker (includes nesting) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSONP(TokenizerJSON tokens,
JSONHandler maker)
| Method Detail |
|---|
public void parse()
public void parseAny()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||