public class JsonReader extends Object
| Constructor and Description | 
|---|
JsonReader()  | 
| Modifier and Type | Method and Description | 
|---|---|
NJSONArray | 
getPath(String value)  | 
boolean | 
isIgnoreMissingPath()  | 
void | 
readFile(String filename)  | 
void | 
readString(String value)  | 
void | 
readUrl(String value)  | 
void | 
SetIgnoreMissingPath(boolean value)  | 
public JsonReader()
           throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic void SetIgnoreMissingPath(boolean value)
public void readFile(String filename) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic void readString(String value) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic void readUrl(String value) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic NJSONArray getPath(String value) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic boolean isIgnoreMissingPath()