Add `JsonNode.ParseAsync` public API (#90006)
authorDoctorKrolic <70431552+DoctorKrolic@users.noreply.github.com>
Mon, 7 Aug 2023 10:52:08 +0000 (13:52 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Aug 2023 10:52:08 +0000 (11:52 +0100)
commite98db1609721f7d6c66ffdf16d754acc2a5b917f
tree30eed17d43779a8a2230e7c93e3e80dcdecff42f
parent4415472b81adecf3a12b24f8c808da3f33de966b
Add `JsonNode.ParseAsync` public API (#90006)

* Add `JsonNode.ParseAsync` public API

* Regenerate ref assemblies

* Change implementation to use unrented document
src/libraries/System.Text.Json/ref/System.Text.Json.cs
src/libraries/System.Text.Json/src/System/Text/Json/Document/JsonDocument.Parse.cs
src/libraries/System.Text.Json/src/System/Text/Json/Nodes/JsonNode.Parse.cs
src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonNode/ParseTests.cs