fmtview 0.1.0

Fast terminal formatter and viewer for JSON, JSONL, XML, and formatted diffs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "A-100",
  "status": "paid",
  "items": [
    {
      "sku": "fmt-001",
      "qty": 2
    },
    {
      "sku": "xml-777",
      "qty": 1
    }
  ],
  "payload": "<order><status>paid</status></order>"
}