Interface JSONToken


public interface JSONToken
A token in a JSON character stream. JSONToken instances are produced by JSONReader (and can also be written to JSONWriter streams using the JSONWriter.append(JSONToken) method).
Author:
cdivilly
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Enumerates the different kinds of tokens that occur in a JSON stream
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns the value of a property as a Boolean instance.
    Returns the value of a property as a Number instance.
    Returns the name of a property.
    Returns the value of a property as a String.
    This token's type