java.lang.Object
io.github.grumpystuff.grumpyjson.json_model.JsonElement
io.github.grumpystuff.grumpyjson.json_model.JsonNull

public final class JsonNull extends JsonElement
This class represents JSON null.
  • Field Details

    • INSTANCE

      public static final JsonNull INSTANCE
      Shared instance of this class.
  • Method Details