JsonValueReaderWriter.FromJsonString(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads the value from JSON in a string.
public object FromJsonString (string json, object? existingObject = default);
member this.FromJsonString : string * obj -> obj
Public Function FromJsonString (json As String, Optional existingObject As Object = Nothing) As Object
Parameters
- json
- String
The JSON to parse.
- existingObject
- Object
Can be used to update an existing object, rather than create a new one.
Returns
The read value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework