ValueJsonSerializerDeserialize Method
Parses the text representing a single JSON value into a universal ValueDto implementing
IValue.
Namespace: Fluent.Calculations.Primitives.JsonAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static IValue Deserialize(
string json
)
- json String
- JSON text to parse.
IValue
A
IValue representation of the JSON value.
Returned type and related arguments are not originally serialized types.