| Meaning |
{
"brand": "Apple",
"productLine": "Mac",
"operatingSystem": "macOS",
"latestOSVersion": "macOS Ventura 13.6.5",
"models": [
{
"name": "MacBook Air",
"screenSizeInches": 13.6,
"processorOptions": ["Apple M2", "Apple M3"],
"memoryOptionsGB": [8, 16, 24],
"storageOptionsGB": [256, 512, 1024, 2048],
"priceUSD": {
"base": 1199,
"configurable": true
},
"releaseYear": 2022
},
{
"name": "MacBook Pro 14"",
"screenSizeInches": 14,
"processorOptions": ["Apple M2 Pro", "Apple M2 Max", "Apple M3 Pro", "Apple M3 Max"],
"memoryOptionsGB": [16, 32, 64],
"storageOptionsGB": [512, 1024, 2048, 4096],
"priceUSD": {
"base": 1999,
"configurable": true
},
"releaseYear": 2023
},
{
"name": "MacBook Pro 16"",
"screenSizeInches": 16,
"processorOptions": ["Apple M2 Pro", "Apple M2 Max", "Apple M3 Pro", "Apple M3 Max"],
"memoryOptionsGB": [16, 32, 64, 96],
"storageOptionsGB": [512, 1024, 2048, 4096, 8192],
"priceUSD": {
"base": 2499,
"configurable": true
},
"releaseYear": 2023
},
{
"name": "iMac 24"",
"screenSizeInches": 24,
"processorOptions": ["Apple M1"],
"memoryOptionsGB": [8, 16],
"storageOptionsGB": [256, 512, 1024, 2048],
"priceUSD": {
"base": 1299,
"configurable": true
},
"releaseYear": 2021
},
{
"name": "Mac mini",
"screenSizeInches": null,
"processorOptions": ["Apple M2", "Apple M2 Pro", "Apple M3", "Apple M3 Pro"],
"memoryOptionsGB": [8, 16, 32],
"storageOptionsGB": [256, 512, 1024, 2048],
"priceUSD": {
"base": 599,
"configurable": true
},
"releaseYear": 2023
},
{
"name": "Mac Studio",
"screenSizeInches": null,
"processorOptions": ["Apple M1 Max", "Apple M1 Ultra", "Apple M2 Ultra"],
"memoryOptionsGB": [32, 64, 128, 256],
"storageOptionsGB": [512, 1024, 2048, 4096, 8192],
"priceUSD": {
"base": 1999,
"configurable": true
},
"releaseYear": 2022
},
{
"name": "Mac Pro",
"screenSizeInches": null,
"processorOptions": ["Apple M2 Ultra", "Intel Xeon W (discontinued)"],
"memoryOptionsGB": [32, 64, 128, 256, 512, 1024],
"storageOptionsGB": [1024, 2048, 4096, 8192, 16384],
"priceUSD": {
"base": 5999,
"configurable": true
},
"releaseYear": 2019
}
],
"keyFeatures": [
"Apple Silicon (M-series) processors",
"Retina displays with True Tone",
"Unified memory architecture",
"macOS ecosystem integration (Continuity, AirDrop, Sidecar)",
"Thunderbolt / USB‑4 ports",
"Touch ID (on supported models)",
"Advanced thermal design for sustained performance"
],
"softwareBundle": [
"Pages",
"Numbers",
"Keynote",
"GarageBand",
"iMovie",
"Final Cut Pro (optional purchase)",
"Logic Pro (optional purchase)",
"Xcode (free for developers)"
],
"environmentalInitiatives": {
"recycledAluminumEnclosure": true,
"energyEfficiency": "Energy Star certified",
"carbonNeutralBy2020": true,
"packaging": "100% recyclable"
}
} |