Class JsonStructureParser.ObjectScope

java.lang.Object
org.eclipse.parsson.JsonStructureParser.Scope
org.eclipse.parsson.JsonStructureParser.ObjectScope
All Implemented Interfaces:
Iterator
Enclosing class:
JsonStructureParser

private static class JsonStructureParser.ObjectScope extends JsonStructureParser.Scope
  • Field Details

    • it

      private final Iterator<Map.Entry<String, jakarta.json.JsonValue>> it
    • value

      private jakarta.json.JsonValue value
    • key

      private String key
  • Constructor Details

    • ObjectScope

      ObjectScope(jakarta.json.JsonObject object)
  • Method Details