Interface JsonNull

All Superinterfaces:
JsonNode

public interface JsonNull extends JsonNode
Interface that represents a JSON null.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     

    Methods inherited from interface com.azure.core.experimental.serializer.JsonNode

    isArray, isObject, isValue
  • Method Details