JC
Jonathan Clarkin
Staff engineer, writer, and technical leader
Home
Blog
Guides
Resume
Tools
GitHub
LinkedIn
JSON Viewer
Inspect, format, and search JSON.
Valid JSON
Format
Minify
Copy formatted
Copy compact
Download
Import
Sample
Clear
643 B
24 nodes
5 objects
3 arrays
5 levels
Input
32 lines
{ "project": "Canada Spends", "updatedAt": "2026-07-13T09:30:00-04:00", "source": { "organization": "Build Canada", "dataSet": "Federal spending", "public": true }, "totals": { "fiscalYear": 2025, "amount": 492300000000, "currency": "CAD" }, "departments": [ { "name": "Employment and Social Development Canada", "amount": 176800000000, "programs": [ "Old Age Security", "Employment Insurance" ] }, { "name": "National Defence", "amount": 33200000000, "programs": [ "Operations", "Capital equipment" ] } ] }
Tree
Formatted
Compact
Expand
Collapse
-
object
5 keys
project
string
"Canada Spends"
updatedAt
string
"2026-07-13T09:30:00-04:00"
-
source
object
3 keys
organization
string
"Build Canada"
dataSet
string
"Federal spending"
public
boolean
true
-
totals
object
3 keys
fiscalYear
number
2025
amount
number
492300000000
currency
string
"CAD"
-
departments
array
2 items
+
[0]
object
3 keys
+
[1]
object
3 keys