org.pentaho.di.trans.steps.jsoninput
Class NJSONArray
java.lang.Object
  
org.pentaho.di.trans.steps.jsoninput.NJSONArray
public class NJSONArray
- extends Object
 
 
 
 
NJSONArray
public NJSONArray()
           throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException
NJSONArray
public NJSONArray(org.json.simple.JSONArray ja)
           throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException
setNull
public void setNull(boolean value)
 
isNull
public boolean isNull()
 
getJSONArray
public org.json.simple.JSONArray getJSONArray()
 
add
public void add(Object value)
 
size
public int size()