convertSettingsToJson: Convert a settings object to a JSON string
Description
Convert a settings object to a JSON string
Usage
convertSettingsToJson(object)
Value
A JSON string representing the R object.
Arguments
- object
R object to be converted.
Details
Convert a settings object to a JSON string, using pretty formatting and preserving object classes
and attributes.