Interface JsonString

All Superinterfaces:
JsonValue

public interface JsonString extends JsonValue
Represents a String. Abstracted from javax.json (J2EE) and Jersey.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the JSON string value.

    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