parseJSON: function(string) {
return JSON.parse(string);
}
If string is not set(happens when waiting for AC to evaluate expressions) it will throw an error. string
needs to be checked.
Community Page
Last updated:
Last updated: