Package com.naver.ads.util.json
Interface JSONHelper
-
- All Implemented Interfaces:
public interface JSONHelperMiscellaneous
JSONhelper methods.
-
-
Method Summary
Modifier and Type Method Description <R extends Any> List<R>toList(JSONArray $self, Function1<JSONObject, R> unmarshaller)List<Integer>toIntList(JSONArray $self)Converts and returns a JSONArray to a List of Int. List<String>toStringList(JSONArray $self)Converts and returns a JSONArray to a List of String. Map<String, String>toMap(JSONObject $self)
-