java.lang.Object | |
↳ | com.pnfsoftware.jeb.util.encoding.json.parser.JsonId |
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.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
JsonId(String identifier) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getIdentifier()
Get the String identifier of the object.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Get the String identifier of the object.