Skip to content

Avoid building json manually  #5

@smesdaghi

Description

@smesdaghi

Use the following to convert json objects to string and back as opposed to building them manually such as in getDefaultConfigurationsJSON().
var jsonString = JSON.stringify(myObject)
var jsonObj = JSON.parse(jsonString)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions