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.

12 lines
184 B
Plaintext

empty_object: {}
crazy_object: {
key: variable
key_two: "string here"
key_three: [1 2 3]
key_four: {
nested_one: "alright"
nested_two: [4 5 6]
}
}