BodyParser to map[string]any is not working. What is the workaround? #3215
Unanswered
sujit-baniya
asked this question in
Q&A
Replies: 1 comment
-
@sujit-baniya Can you open a bug report in gofiber/fiber. Thanks |
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
-
Hi all, I see that ctx.BodyParser() doesn't support map[string]any. I'm getting schema: interface must be a pointer to struct. I could do this for JSON body but for Form parsing, I've to recreate the form parser:
but I'm wondering why BodyParser not support map or any data struct other than struct
Beta Was this translation helpful? Give feedback.
All reactions