Force decimal formatting for ints on JSON output (#1840)

* Force decimal formatting for ints on JSON output

* update a test case
This commit is contained in:
John Kerl 2025-07-20 17:42:37 -04:00 committed by GitHub
parent fccdf215e6
commit 9445046bfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[
{
"hostname": "localhost",
"pid": 0x3039,
"pid": 12345,
"req": {
"id": 6789,
"method": "GET",