convertJsonToSettings: Converts a JSON string to a settings object
Description
Converts a JSON string to a settings object
Usage
convertJsonToSettings(json)
Value
An R object as specified by the JSON.
Arguments
- json
A JSON string.
Details
Converts a JSON string generated using the convertSettingsToJson
function to a
settings object, restoring object classes and attributes.