Interface JSONNode

  • <section role="region">
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  JSONNode.Builder
      Abstract interface implemented by all builders that build JSONNode instances
      static class  JSONNode.Type
      The type of node in the object hierarchy
    </section> <section role="region"> </section>
  • <section role="region">
    • Method Detail

      • size

        int size()
        The number of child elements in this node
        Returns:
        The number of child elements of this node
      • isEmpty

        boolean isEmpty()
        Indicates if this node has any child elements
        Returns:
        true if the node has 1 or more child elements, false otherwise
    </section>