kong
kong copied to clipboard
fix(request-transformer) an empty JSON array after being decoded, can…
…'t be properly re-encoded as an array. Instead, it becomes an empty json object.
This PR fixes this issue. An empty json array will remain to be an empty json array after being decoded and re-encoded.
This is a sister PR to PR:
It contains a similar fix, but now to request-transformer (this plugin).
FTI-4205
done