Test additional content header

ValueJsonSerializerDeserialize Method

Parses the text representing a single JSON value into a universal ValueDto implementing IValue.

Definition

Namespace: Fluent.Calculations.Primitives.Json
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static IValue Deserialize(
	string json
)

Parameters

json  String
JSON text to parse.

Return Value

IValue
A IValue representation of the JSON value.

Remarks

Returned type and related arguments are not originally serialized types.

See Also