Allow body to json on PUT/POST/PATCH
Hi,
thank you for your library, it is useful.
However we need post/put the json data to server and it didn't support.

could you please export a function in ODataConfiguration. Or other any way. Thanks, Ellen
Please, create an example, how are you want to use a new function.
Thank you for your reply. I need a new function like this. example/odata.service.ts (function extractRequestDataFormat) Thanks, Ellen
Actually you want to be able to control how the data is serialized before it's send to the server? At this moment, JSON.stringify is always used.
Correct?
Yes.Could you help us to fix it, or I create a new pull request.Thanks very much.
@StefH Do you have any advice to help us. Thanks very much.