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

java.lang.Object
  extended by org.openjena.atlas.json.io.parser.ParserBase
      extended by org.openjena.atlas.json.io.parser.JSONPP

public class JSONPP
extends ParserBase

Json (extended) parser Extensions: Use of ', """ and ''' for strings Bare words for strings in maps (JSON objects) Hex numbers


Constructor Summary
JSONPP(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

JSONPP

public JSONPP(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