Every line of 'convert dictionary to json' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
148 convert(json) { 149 150 json.layers.forEach(layer => { 151 layer.parent = this.ref; 152 }) 153 154 return json; 155 }