-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Chelo Quilón edited this page Nov 10, 2017
·
5 revisions
#¿Qué es Modelator?
Es una librería que, mediante la definición de un esquema, p.e.:
const insertData = { textI18n : { en : 'Hello new!', es : 'Hola nuevo!' }, text : 'Texto!', garbage : '%%%%%', list : [ { img: "/to.mod.file", sublist : [ { chk : 1 }, { chk : false } ] }, { // _id : 0, img : "/to.new.file", text : 'newText' } ], subset : { subsetA : "ModSubset" } };