Interface JsonString
- All Superinterfaces:
JsonValue
Represents a String. Abstracted from javax.json (J2EE) and Jersey.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Methods inherited from interface de.iip_ecosphere.platform.support.json.JsonValue
asJsonObject
-
Method Details
-
getString
String getString()Returns the JSON string value.- Returns:
- a JSON string value
-