Search notes:
System.Text.Json (namespace)
Getting the library in versions prior to .NET Core 3.0
This link
indicates that
System.Text.Json
is by default only available as part of the shared framework for .NET Core 3.0 and later versions.
Therefore, in earlier versions,
System.Text.Json
needs to be installed with NuGet (see
this link
).
See also
The .NET class
System.Web.Script.Serialization.JavaScriptSerializer
JSON
Index