Package sec.web.json.utilities
Interface JSONString
public interface JSONString
-
Method Summary
Modifier and TypeMethodDescriptionThetoJSONStringmethod allows a class to produce its own JSON serialization.
-
Method Details
-
toJSONString
String toJSONString()ThetoJSONStringmethod allows a class to produce its own JSON serialization.- Returns:
- A strictly syntactically correct JSON text.
-