Class JsonObjectCreator
- java.lang.Object
-
- org.apache.sling.commons.json.sling.JsonObjectCreator
-
@Deprecated public abstract class JsonObjectCreator extends java.lang.ObjectDeprecated.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 JSONObjectcreate(Resource resource, int maxRecursionLevels)Deprecated.Dump given resource in JSON, optionally recursing into its objects
-
-
-
Method Detail
-
create
public static JSONObject create(Resource resource, int maxRecursionLevels) throws JSONException
Deprecated.Dump given resource in JSON, optionally recursing into its objects- Throws:
JSONException
-
-