Package 

Class Radix-json-dslKt

    • Method Summary

      Modifier and Type Method Description
      final static JsonObject radixJsonObject(Function1<RadixJsonObjectBuilder, Unit> init) Creates a JsonArray, calls the provided function on it, and returns it
      final static JsonArray radixJsonArray(Object item) Returns a JsonArray with the elements provided.
      final static <T extends Any> JsonArray radixJsonArray(List<T> list) Alternative syntax for List.
      final static JsonArray toJsonArray(List<?> $self) Converts a List to a JsonArray
      final static <K extends Any, V extends Any> JsonObject toJsonObject(HashMap<K, V> $self) Converts a HashMap to a JsonObject
      • Methods inherited from class java.lang.Object

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