toJson
Serialize the entire model to a pretty-printed (2-space indent) JSON string.
Internally calls toDict() and wraps the result in
JSON.stringify(). Restore later via fromJson().
Parameters
None.
Returns
string — JSON-serialized array of section data.