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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework