org.openjena.atlas.json.io.parser
Class JSONP
java.lang.Object
org.openjena.atlas.json.io.parser.ParserBase
org.openjena.atlas.json.io.parser.JSONP
public class JSONP
- extends ParserBase
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)
Method Summary |
void |
parse()
|
void |
parseAny()
Parse one element into the JSONhandler (includes nesting) |
JSONP
public JSONP(TokenizerJSON tokens,
JSONHandler handler)
parse
public void parse()
parseAny
public void parseAny()
- Parse one element into the JSONhandler (includes nesting)
Licenced under the Apache License, Version 2.0