Package io.flutter.plugin.common
Class JSONUtil
java.lang.Object
io.flutter.plugin.common.JSONUtil
-
Method Summary
-
Method Details
-
unwrap
Convert the Json java representation to Java objects. Particularly used for converting JSONArray and JSONObject to Lists and Maps. -
wrap
Backport ofJSONObject.wrap(Object)
for use on pre-KitKat systems.
-