You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)