You are here: Start » AVL.NET » JsonFormatParameters Constructor

JsonFormatParameters Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public JsonFormatParameters
(
	bool indentation_,
	Optional<int> indentationWidth_,
	Avl.JsonFormatLineBreakType lineBreakType_
)

Parameters

Name Type Range Default Description
indentation_bool
indentationWidth_Atl.Optional<int>
lineBreakType_Avl.JsonFormatLineBreakType

See also