JSONBoolean.toPrettyString

A method to convert this JSONBoolean to a formatted, user-readable format.

class JSONBoolean
override
string
toPrettyString
(
string indent = null
)

Return Value

Type: string

A JSON string representing this object and it's contents.

Meta