Test additional content header

ValueJsonSerializerSerialize Method

Converts the provided value into a String.

Definition

Namespace: Fluent.Calculations.Primitives.Json
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static string Serialize(
	IValue value,
	bool writeIndented = true
)

Parameters

value  IValue
The value to convert.
writeIndented  Boolean  (Optional)
Specifies whether JSON should use pretty printing. By default, JSON is serialized without any extra white space.

Return Value

String
A String representation of the value.

See Also