You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
184 B
Plaintext

an_object: {
item_one: 1
item_two: "two"
item_three: [1 2 3]
item_four: {
item_one: "one"
item_two: 2
item_three: ["one" "two" "three"]
}
}