{ }

JSON Formatter & Studio

Valid JSON
JSONPath / Filter:
Input JSON 1.6 KB • 70 lines • 1671 chars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "orderId": "ORD-MY-2026-88491",
  "status": "fulfilled",
  "createdAt": "2026-08-28T07:15:30Z",
  "customer": {
    "id": "CUST-4029",
    "name": "Muhammad Amirul bin Abdullah",
    "nric": "940512-10-5823",
    "email": "amirul.azman@tech.my",
    "phone": "+60 12-345 6789",
    "tier": "Platinum VIP (e-KYC Verified)",
    "verified": true
  },
  "shippingAddress": {
    "street": "No. 28, Jalan SS 15/4D",
    "suite": "Unit 12-03, Residensi Panorama",
    "city": "Subang Jaya",
    "state": "Selangor",
    "postalCode": "47500",
    "country": "Malaysia"
  },
  "items": [
    {
      "sku": "TECH-4091",
      "title": "Ultra-Slim Wireless Mechanical Keyboard (RGB)",
      "quantity": 1,
      "unitPriceMYR": 249,
      "tags": [
        "hardware",
        "local_seller_my",
        "ready_stock"
      ]
    },
    {
      "sku": "ACC-1082",
      "title": "Braided USB-C to USB-C Fast Charging Cable (2m)",
      "quantity": 2,
      "unitPriceMYR": 35.5,
      "tags": [
        "accessories",
        "fast_shipping"
      ]
    },
    {
      "sku": "DESK-550",
      "title": "Ergonomic Memory Foam Wrist Rest Pad",
      "quantity": 1,
      "unitPriceMYR": 45,
      "tags": [
        "ergonomics",
        "office_setup"
      ]
    }
  ],
  "pricing": {
    "subtotalMYR": 365,
    "voucherDiscountMYR": 25,
    "sstAmountMYR": 20.4,
    "shippingFeeMYR": 0,
    "currency": "MYR",
    "totalPaidMYR": 360.4
  },
  "payment": {
    "method": "DuitNow QR / Touch n Go eWallet",
    "duitNowRef": "DN-MY-20260828-9821034",
    "senderBank": "Maybank (Malayan Banking Berhad)",
    "paidAt": "2026-08-28T07:16:02Z",
    "isRefundable": true
  }
}
JSON Formatter & Validator
100% Client-Side PrivateZero Server Uploads
Formatted with 2 spaces