mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
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:
parent
fccdf215e6
commit
9445046bfe
2 changed files with 12 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[
|
||||
{
|
||||
"hostname": "localhost",
|
||||
"pid": 0x3039,
|
||||
"pid": 12345,
|
||||
"req": {
|
||||
"id": 6789,
|
||||
"method": "GET",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue