Class JsonToolkitKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static <T extends Any> T getItValue(JSONObject $self, String key, Class<T> type) Extend the getValue function of JSONObject to get iterated values.
      final static String getItString(JSONObject $self, String key) Extend the getString function of JSONObject to get iterated values.
      final static String getItString(JSONObject $self, String key, String default)
      final static Integer getItInteger(JSONObject $self, String key) Extend the getInteger function of JSONObject to get iterated values.
      final static Integer getItInteger(JSONObject $self, String key, Integer default)
      final static Boolean getItBoolean(JSONObject $self, String key) Extend the getBoolean function of JSONObject to get iterated values.
      final static Boolean getItBoolean(JSONObject $self, String key, Boolean default)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait