fmtview 0.1.1

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