Interface JsonStringLiteral

All Superinterfaces:
JsonLiteral, JsonValue
All Known Implementing Classes:
JsonStringLiteralImpl

public interface JsonStringLiteral extends JsonLiteral
String literal. ("foo", "bar", "foo\\bar"....)
Author:
antons
  • Method Details