Flutter Engine
The Flutter Engine
|
Static Public Member Functions | |
static Object | unwrap (@Nullable Object o) |
static Object | wrap (@Nullable Object o) |
Definition at line 14 of file JSONUtil.java.
|
inlinestatic |
Convert the Json java representation to Java objects. Particularly used for converting JSONArray and JSONObject to Lists and Maps.
Definition at line 22 of file JSONUtil.java.
|
inlinestatic |
Backport of JSONObject#wrap(Object)
for use on pre-KitKat systems.
Definition at line 63 of file JSONUtil.java.