Table of Contents

Method CreateBoolean

Namespace
RuleWright.Serialization
Assembly
RuleWright.Serialization.dll

CreateBoolean(bool)

Creates a boolean node.

public static RuleJsonValue CreateBoolean(bool value)

Parameters

value bool

The value.

Returns

RuleJsonValue