Apr 18, 2025
{}.
"name": "Jake"."age": 25.[] and can hold multiple values separated by commas.
"hobbies": ["swimming", "basketball"]..json extension to be recognized as JSON."address": { "street": "123 ABC St", "city": "XYZ", "zip": "12345" }."coordinates": { "latitude": "00.000", "longitude": "00.000" }.JSON.parse method to convert JSON text to a JavaScript object.product.productName or product["productName"].product.specs.storage or product.specs["storage"].json.loads to parse JSON into a dictionary.