Is your feature request related to a problem?
No
Describe the solution you'd like
c.JSON(fiber.H{
"field1": someStructData1,
"field2": someStructData2,
})
// H is a shortcut for map[string]interface{}
type H map[string]interface{}
Describe alternatives you've considered
Additional context