org.openjena.atlas.json.io.parser
Class JSONP

java.lang.Object
  extended by org.openjena.atlas.json.io.parser.ParserBase
      extended by 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)


Constructor Summary
JSONP(TokenizerJSON tokens, JSONHandler handler)
           
 
Method Summary
 void parse()
           
 void parseAny()
          Parse one element into the JSONhandler (includes nesting)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONP

public JSONP(TokenizerJSON tokens,
             JSONHandler handler)
Method Detail

parse

public void parse()

parseAny

public void parseAny()
Parse one element into the JSONhandler (includes nesting)



Licenced under the Apache License, Version 2.0