I'm using loopback 2.22.2. It has automatic argument coercion to fix certain argument type mistakes. I'm sending a deeply nested JSON object to it and when certain string values look like numbers or booleans it will automatically parse them loosing some important information.
I'm sure coercion is very useful but my question is, can I turn it off for this remote method argument?
via Daniel Wardin
No comments:
Post a Comment