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 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

JSONP

public JSONP(TokenizerJSON tokens,
             JSONHandler maker)
Method Detail

parse

public void parse()

parseAny

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



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.