mongo-edit icon indicating copy to clipboard operation
mongo-edit copied to clipboard

A simple REST gui for MongoDB

Results 1 mongo-edit issues
Sort by recently updated
recently updated
newest added

Even though the comment says the eval in lib/serialization.js is harmless: ``` js function deserializeFromGUI(data) { var res; data = data.replace(/^.+=[^{]+/, ''); eval('res = ' + data); return res; }...