Class JsonLoader


  • public class JsonLoader
    extends java.lang.Object
    This is to make sure we use the proper classLoader to load JSon libraries. This is equivalent to using Json
    • Constructor Detail

      • JsonLoader

        public JsonLoader()
    • Method Detail

      • readObject

        public static JsonObject readObject​(java.io.Reader reader)
      • readArray

        public static JsonArray readArray​(java.io.Reader reader)