org.pentaho.di.trans.steps.jsoninput
Class JsonReader
java.lang.Object
  
org.pentaho.di.trans.steps.jsoninput.JsonReader
public class JsonReader
- extends Object
 
 
 
 
JsonReader
public JsonReader()
           throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException
SetIgnoreMissingPath
public void SetIgnoreMissingPath(boolean value)
 
readFile
public void readFile(String filename)
              throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException
 
readString
public void readString(String value)
                throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException
 
readUrl
public void readUrl(String value)
             throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException
 
getPath
public NJSONArray getPath(String value)
                   throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException
 
isIgnoreMissingPath
public boolean isIgnoreMissingPath()