-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add features to DynamicJson #33856
Labels
Milestone
Comments
annelo-msft
added
Client
This issue points to a problem in the data-plane of the library.
Azure.Core
labels
Feb 2, 2023
This was referenced Feb 2, 2023
This was referenced Feb 28, 2023
Allow camelCase JSON properties to be accessed with PascalCase DynamicJson property accessors
#34082
Merged
This was referenced Apr 11, 2023
This was referenced Apr 21, 2023
This was referenced May 2, 2023
13 tasks
This work is now being tracked by #37074 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A number of features remain to be added to `DynamicJson and related "JsonData" types:
P0 for GA:
==
operators.
characterStandardFormat
using
all disposable typesP1:
[RequiresUnreferencedCode]
attribute for AOT, per Move DynamicData into Azure.Core package #35777 (comment)EqualsHandlesStringsSpecial
,EqualsForObjectsAndArrays
)- Prototype moving JsonData to be backed by JsonDocument #33063 (comment)
- Prototype moving JsonData to be backed by JsonDocument #33063 (comment)
- Prototype moving JsonData to be backed by JsonDocument #33063 (comment)
- DynamicData array Length property #35974 (comment)
CanTestPropertyForNull
)CanEnumerateObject
)Clone()
toMutableJsonElement
to support value semantics+=
works)++
works)IEqualityComparer<DynamicData>
- see details in Add Equals to DynamicData #35733 (comment)Bug fixes:
The text was updated successfully, but these errors were encountered: