Martin Naude
Results
1
issues of
Martin Naude
Hello, If you try the following code: var mongo=require("mongodb"); var tv4=require("tv4"); var schema={ type:"object", _id :new mongo.ObjectID("54ffea1b9c34d42046c45d0a"), properties:{ value:{ "type":["string"] } ``` } ``` } var doc={ value:"a" } console.log(JSON.stringify(schema));...