public final class

JsonId

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

Class Overview

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.

Summary

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

Public Constructors

public JsonId (String identifier)

Public Methods

public String getIdentifier ()

Get the String identifier of the object.

Returns
  • the String identifier of the object

public String toString ()