Skip to content

azure-json_1.4.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 27 Jan 19:50
56c7913

1.4.0 (2025-01-27)

Features Added

  • Added convenience APIs to JsonArray for adding a boolean, Number, or String without needing to instantiate the
    corresponding JsonElement subtype.
  • Added convenience APIs to JsonObject for setting boolean, Number, and String without needing to instantiate the
    corresponding JsonElement subtype.
  • Added JsonObject.hasProperty to check if a property exists in the object.
  • Added convenience fluent methods to JsonElement to cast to a specific subtype if the element is of that type.