Package dev.qixils.crowdcontrol.socket
Interface JsonObject
-
- All Known Implementing Classes:
Response
public interface JsonObjectAn object that can be serialized into JSON.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtoJSON()Converts this object to its JSON representation.
-
-
-
Method Detail
-
toJSON
String toJSON()
Converts this object to its JSON representation.- Returns:
- JSON string
-
-