How to correctly define and handle a static JSON array in WireMock Handlebars extension?
I’m using WireMock’s standalone version with Handlebars for creating dynamic responses. I need to include a static JSON array in the JWT payload. However, when I try to define the array in the mapping file, it’s treated as a string rather than a JSON array.