{ boolValue = false intValue = 128 doubleValue = 64.000000 stringValue = "hello world" stringThatIsAResourceReference = resource:"particles/items3_fx/star_emblem.vpcf" multiLineStringValue = """ First line of a multi-line string literal. Second line of a multi-line string literal. """ arrayValue = [ 1, 2, ] objectValue = { n = 5 s = "foo" } // single line comment /* multi line comment */ }