Replies: 1 comment
-
The problem is that the string is run through the JSON serializer again, which most likely escapes it again. You could propably work with a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to call query, and I have my variable parameters as json string. I can't desirialize them to some type cause service should be abstract.
Something like this:
Beta Was this translation helpful? Give feedback.
All reactions