public interface Filter
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
filter(JSONObject obj)
Returns true if variable is of the correct type, false otherwise.
|
java.lang.String |
getJSArray(JSONObject obj)
Returns a String representation of a JS array for this JSONObject.
|
java.lang.Boolean |
indexOf(JSONObject obj,
java.lang.String query)
Returns
true if one of its properties does contain the query
string, false otherwise. |
java.lang.Boolean filter(JSONObject obj)
obj - Variable objectjava.lang.Boolean indexOf(JSONObject obj, java.lang.String query)
true if one of its properties does contain the query
string, false otherwise.obj - Variable objectquery - Query stringjava.lang.String getJSArray(JSONObject obj)
obj - Variable object"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"