Package 

Interface JSONStructure

  • All Implemented Interfaces:
    io.kjson.JSONValue

    
    public interface JSONStructure
     implements JSONValue
                        

    A sealed interface to specify the JSONValue classes that represent structured types (array and object).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean isEmpty()
      abstract Integer getSize()
      • Methods inherited from class io.kjson.JSONStructure

        appendTo, toJSON
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait