Interface JsonLiteral

    • Method Detail

      • literal

        String literal()
        String representing literal. ("foo", 123, true, null, 12.3....)
        Returns:
        literal string
      • stringValue

        String stringValue()
        String value of this literal. (for string literal "foo" it returns foo)
        Returns:
        string value of this literal