JSON

Computer programming

Formatting

a = {
person: { name: "Elijah", age: 21 }
 }

a.person.name = Elijah
a.person.age = 21