Door County 24
Door County 24

Door County 24

Panasonic DC-S5M2

let jsonData = { "meta": { "Make": "Panasonic" } }; // Change the value jsonData.meta.Model = "Lumix"; // Output to verify the change console.log(jsonData); let jsonData = { "meta": { "camera": "DC-S5M2" } }; // Change the value jsonData.meta.camera = "S5 Mark II"; // Output to verify the change console.log(jsonData);