com.raritantechnologies.json
Class JSONTopicParser

java.lang.Object
  extended bycom.raritantechnologies.json.JSONTopicParser
All Implemented Interfaces:
IConfigurable, ITopicParser

public class JSONTopicParser
extends java.lang.Object
implements ITopicParser

Creates a series of tokens that can be used to parse a JSON string into a Topic tree.


Constructor Summary
JSONTopicParser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.raritantechnologies.rql.topic.ITopicParser
parse
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Constructor Detail

JSONTopicParser

public JSONTopicParser()