TJSONStringOptions Type

Represents type TJSONStringOptions.

Namespace: flcJSON
type
 TJSONStringOptions = set of (
 jboIndent
 );

The TJSONStringOptions type exposes the following members.

Show:
 NameDescription
jboIndent

Represents constant jboIndent.

Top