org.pentaho.di.trans.steps.jsoninput
Class JsonReader

java.lang.Object
  extended by org.pentaho.di.trans.steps.jsoninput.JsonReader

public class JsonReader
extends Object


Constructor Summary
JsonReader()
           
 
Method Summary
 NJSONArray getPath(String value)
           
 boolean isIgnoreMissingPath()
           
 void readFile(String filename)
           
 void readString(String value)
           
 void readUrl(String value)
           
 void SetIgnoreMissingPath(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonReader

public JsonReader()
           throws KettleException
Throws:
KettleException
Method Detail

SetIgnoreMissingPath

public void SetIgnoreMissingPath(boolean value)

readFile

public void readFile(String filename)
              throws KettleException
Throws:
KettleException

readString

public void readString(String value)
                throws KettleException
Throws:
KettleException

readUrl

public void readUrl(String value)
             throws KettleException
Throws:
KettleException

getPath

public NJSONArray getPath(String value)
                   throws KettleException
Throws:
KettleException

isIgnoreMissingPath

public boolean isIgnoreMissingPath()