Interface JsonStringValue

All Superinterfaces:
JsonElement<String>, de.espirit.firstspirit.json.JsonOutput
All Known Subinterfaces:
JsonDateValue

@NonExtendable @Experimental public interface JsonStringValue extends JsonElement<String>
A value class for representing a String value in JSON. CAUTION: This class is still in development and may change drastically without any further notice.
Since:
5.2.191206