valida icon indicating copy to clipboard operation
valida copied to clipboard

add object keys sanitization

Open AndreaBeggiato opened this issue 8 years ago • 0 comments

Hi, we add the ability to sanitize the object keys. For example if the schema don't contains a key, but the data contains it, before running the context we delete this key from the data. This can be helpful if the data come from a web api and the client send additional data to the server.

Bye

AndreaBeggiato avatar Jul 14 '17 13:07 AndreaBeggiato