Class Yytoken

java.lang.Object
org.json.simple.Yytoken

class Yytoken extends Object
Represents structural entities in JSON.
Since:
2.0.0
  • Constructor Details

    • Yytoken

      Yytoken(Yytoken.Types type, Object value)
      Parameters:
      type - represents the kind of token the instantiated token will be.
      value - represents the value the token is associated with, will be ignored unless type is equal to Types.DATUM.
      See Also:
  • Method Details