We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to the implementation for (Try)GetGuid (dotnet/corefx#36122), we want these methods to handle escaped characters.
(Try)GetGuid
The text was updated successfully, but these errors were encountered:
Also adding unescaping support for (Try)GetDateTime(Offset), and (Try)GetGuid in JsonElement.
(Try)GetDateTime(Offset)
JsonElement
Sorry, something went wrong.
Implement escaped-character handling in Utf8JsonReader and JsonElement (
769c5ac
#36347) * Implement escaped-character handling in (Try)GetDateTime(Offset) & (Try)GetGuid in Utf8JsonReader and JsonElement This addresses https://github.com/dotnet/corefx/issues/36202. * Address review comments * Address more comments * Simplify stackalloc logic * Update fraction digit cap to 15 * Add (Try)GetGuid to JsonElement * Address review feedback * Add FormatException documentation * Address review feedback * Address review comments
layomia
No branches or pull requests
Similar to the implementation for
(Try)GetGuid
(dotnet/corefx#36122), we want these methods to handle escaped characters.The text was updated successfully, but these errors were encountered: