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
199 B
Plaintext
12 lines
199 B
Plaintext
10 years ago
|
empty_object: {}
|
||
|
|
||
|
crazy_object: {
|
||
10 years ago
|
key: bare string here
|
||
|
key_two: "quoted string here"
|
||
10 years ago
|
key_three: [1 2 3]
|
||
|
key_four: {
|
||
|
nested_one: "alright"
|
||
|
nested_two: [4 5 6]
|
||
|
}
|
||
|
}
|