Package net.minidev.json
Interface JSONStreamAware
-
- All Known Subinterfaces:
JSONStreamAwareEx
- All Known Implementing Classes:
JSONArray,JSONObject
public interface JSONStreamAwareBeans that support customized output of JSON text to a writer shall implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteJSONString(java.lang.Appendable out)write JSON string to out.
-