public interface Filter
| Modifier and Type | Method and Description |
|---|---|
Boolean |
filter(JSONObject obj)
Returns true if variable is of the correct type, false otherwise.
|
String |
getJSArray(JSONObject obj)
Returns a String representation of a JS array for this JSONObject.
|
Boolean |
indexOf(JSONObject obj,
String query)
Returns
true if one of its properties does contain the query
string, false otherwise. |
Boolean filter(JSONObject obj)
obj - Variable objectBoolean indexOf(JSONObject obj, String query)
true if one of its properties does contain the query
string, false otherwise.obj - Variable objectquery - Query stringString getJSArray(JSONObject obj)
obj - Variable objectCopyright © 2010 - 2020 Adobe. All Rights Reserved