java.lang.Object
com.pnfsoftware.jeb.util.encoding.json.parser.JsonId

public final class JsonId extends Object
Represent a Json Identifier (the key of an object which is NOT a String, not surrounded by quotes). This is not legal regarding RFC 7159 BUT in practice (javascript use), the key may not be surrounded by "" when it does not have space character.
  • Constructor Details

    • JsonId

      public JsonId(String identifier)
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Get the String identifier of the object.
      Returns:
      the String identifier of the object
    • toString

      public String toString()
      Overrides:
      toString in class Object