Class JSONP
- java.lang.Object
-
- org.apache.jena.atlas.json.io.parser.JSONP
-
public class JSONP extends java.lang.ObjectJson (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
Constructors Constructor Description JSONP(TokenizerJSON tokens, JSONHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse()voidparseAny()Parse one element into the JSONhandler (includes nesting)
-
-
-
Constructor Detail
-
JSONP
public JSONP(TokenizerJSON tokens, JSONHandler handler)
-
-