Javascript – Getting k6 response with JSON object that contain long integer
I have a problem when during a performance test I get a response that contains items like {"item":{"id":2733382000000000049}} The k6 response.json() parses it as : {"item":{"id":2733382000000000000}} So it replaces the last digits with 0s. Also if I try to log…