0.1.0-preview.27 (2023-05-09)
Features Added
- Added support for
== null
and value equality for primitives toDynamicData
. - Added support for
Length
property onDynamicData
arrays. - Made name mappings from PascalCase in C# to camelCase in JSON the default for
DynamicData
. - Added implicit casts to primitives supported by
JsonElement
and explicit casts for supported reference types.
Breaking Changes
- Made
MutableJsonDocument
andMutableJsonElement
internal. - Moved
ToDynamicFromJson()
extension method onBinaryData
to theAzure
namespace. - Removed
DynamicJsonOptions
,DynamicDataNameMapping
and theBinaryData
extensions that took parameters of those types. - Removed
DynamicDataProperty
.