Interface JsonObject

  • All Known Implementing Classes:
    Response

    public interface JsonObject
    An object that can be serialized into JSON.
    • Method Detail

      • toJSON

        String toJSON()
        Converts this object to its JSON representation.
        Returns:
        JSON string