标签: mongodb meteor
给出以下对象:
var object = { 'name': { test: 'one' }, 'test.two': 'test', 'test.three.*': 'tes.two', 'testfour': { 'test.five': { 'test.six': 'lorem ipsum' } } };
如何更换所有。在密钥清理对象以便将其插入mongodb中,是否有可以使用的santize方法?