Thanks for this awesome library. We have started using it in our project and noticed that the object value parsing does not handle situtations that we currently have, e.g.
This PR adds a recursive handling for any parameters in the arguments. Seems to be working for our use case – let me know if there are any corners that I have not noticed. The tests seem to be still passing.
Hi!
Thanks for this awesome library. We have started using it in our project and noticed that the object value parsing does not handle situtations that we currently have, e.g.
This PR adds a recursive handling for any parameters in the arguments. Seems to be working for our use case – let me know if there are any corners that I have not noticed. The tests seem to be still passing.