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.
|
|
|
root_int: 1
|
|
|
|
root_float: 1.2
|
|
|
|
root_exp: 1e9
|
|
|
|
root_hex: 0xabcde
|
|
|
|
root_oct: 0777
|
|
|
|
|
|
|
|
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"]
|
|
|
|
}
|
|
|
|
}
|