ExpressGateway / express-gateway

A microservices API Gateway built on top of Express.js
https://www.express-gateway.io
Apache License 2.0
2.97k stars 347 forks source link

Can't modify response with Number value #989

Open tungcsc103 opened 4 years ago

tungcsc103 commented 4 years ago

Hi all, I couldn't modify response when response content number value, such as userId, id. For response with String value only, everything is working.

https://jsonplaceholder.typicode.com/todos/1 { userId: 1, id: 1, title: "delectus aut autem", completed: false }

My config `