jsonui icon indicating copy to clipboard operation
jsonui copied to clipboard

Large ints are shown as double

Open themadsens opened this issue 3 years ago • 0 comments

$ <<command>> | jq .saveDate
1605792858032
$
$ <<command>> | jsonui
┌─ tree ────────┐ ┌─ text ──────────────────────────────────┐
│root           │ │1.605792858032e+12                       │
│├─ checkmarkCon│ │                                         │
│├─ saveDate    │ │                                         │
│└─ search      │ │                                         │
│               │ │                                         │

themadsens avatar Nov 19 '20 14:11 themadsens