JSONifiable

public interface JSONifiable

An interface to get a org.json.JSONObject.

There are two copies of this file, one in clover-android-sdk and one in schema-tool, please keep them in sync.

Inheritors

Types

Link copied to clipboard
public interface Creator<T>
An interface for a class with a factory method that creates an instance from a JSONObject.

Functions

Link copied to clipboard
public abstract JSONObject getJSONObject()