You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
850 B
27 lines
850 B
15 years ago
|
imthefirst: "The first value!"
|
||
|
name with spaces: "Names can contain spaces"
|
||
|
name
|
||
|
with
|
||
|
newlines: "And even newlines!"
|
||
|
|
||
|
test: {
|
||
|
blah: "The value of [root].test.blah"
|
||
|
newlines: "newlines and all their whitespace
|
||
|
get stored"
|
||
|
comment: This comment value contains some information about how to comment in SSS files.
|
||
|
"You can place comment before the quotes, the parser will ignore it."
|
||
|
output this: "This particular value is retrieved in the code."
|
||
|
output child:
|
||
|
Same goes for children. The parser ignores anything until a curly bracket is found. {
|
||
|
info: "Awwwwwwright! Tree output oh yeah."
|
||
|
coolness: "+20"
|
||
|
}
|
||
|
Array: { :"This" :"is" :"like" :"an" :"array" }
|
||
|
|
||
|
2D array:
|
||
|
{
|
||
|
: { :"First" :"Row" }
|
||
|
: { :"Second" :"Row" :"!" }
|
||
|
}
|
||
|
}
|