Class JsonObject

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Map<JsonString, JsonValue> getProperties()
      SourceLocation getLocation()
      Unit markUnevaluated(String propName)
      Unit markEvaluated(String propName)
      Boolean equals(Object other)
      • Methods inherited from class com.github.erosb.jsonsKema.JsonValue

        hashCode, toString
      • Methods inherited from class com.github.erosb.jsonsKema.IJsonValue

        accept, jsonTypeAsString, maybeArray, maybeNumber, maybeObject, maybeString, requireArray, requireBoolean, requireInt, requireNull, requireNumber, requireObject, requireString
      • Methods inherited from class com.github.erosb.jsonsKema.IJsonObject

        get
      • Methods inherited from class java.lang.Object

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