Skip to content
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

Wrap parsed IJsonValue and its backing JsonDocument into a disposable container #279

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

mwadams
Copy link
Contributor

@mwadams mwadams commented Nov 20, 2023

Create a ParsedValue<T> type to parse a value into a disposable container so you do not have to manage the JsonDocument and the value separately.

…o not have to manage the JsonDocument and the value separately.
@mwadams mwadams merged commit c956c90 into main Nov 20, 2023
9 checks passed
@mwadams mwadams deleted the feature/disposable-parsed branch March 9, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant