Files
freeCodeCamp/curriculum/structure/blocks/lecture-working-with-json.json
2025-10-23 23:20:15 +05:30

19 lines
490 B
JSON

{
"name": "Working with JSON",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "lecture-working-with-json",
"challengeOrder": [
{
"id": "6732b788046862264eeb1c39",
"title": "What Is JSON, and How Do You Access Values Using Bracket and Dot Notation?"
},
{
"id": "6732b79c6aa77826855a3f11",
"title": "How Do JSON.parse() and JSON.stringify() Work?"
}
],
"helpCategory": "JavaScript"
}