Package com.github.tadukoo.parsing.json
Interface JSONObject
- All Known Subinterfaces:
JSONArray<T>
,JSONClass
,OrderedJSONClass
- All Known Implementing Classes:
AbstractJSONClass
,AbstractOrderedJSONClass
,JSONArrayList
public interface JSONObject
- Version:
- Alpha v.0.1
- Author:
- Logan Ferree (Tadukoo)
-
Method Summary
Modifier and TypeMethodDescriptionconvertToJSON
(JSONConverter converter) Converts this JSON object into an actual JSON string
-
Method Details
-
convertToJSON
Converts this JSON object into an actual JSON string- Parameters:
converter
- A JSON converter used for converting sub-objects if needed- Returns:
- A JSON string representing this object
-