Class JSONUtil


  • public class JSONUtil
    extends Object
    • Method Detail

      • unwrap

        @Nullable
        public static Object unwrap​(@Nullable
                                    Object o)
        Convert the Json java representation to Java objects. Particularly used for converting JSONArray and JSONObject to Lists and Maps.