Class JsonObjectCreator


  • @Deprecated
    public abstract class JsonObjectCreator
    extends java.lang.Object
    Deprecated.
    Creates a JSONObject from a resource
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonObjectCreator()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static JSONObject create​(Resource resource, int maxRecursionLevels)
      Deprecated.
      Dump given resource in JSON, optionally recursing into its objects
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonObjectCreator

        public JsonObjectCreator()
        Deprecated.