|
|
| version 1.1, 2010/08/31 22:15:53 | version 1.2, 2010/09/02 22:56:09 |
|---|---|
| Line 1 | Line 1 |
| Content-Type: text/html | Content-Type: text/html |
| Content-Length: 488 | Content-Length: 662 |
| object | |
| duplicate key | |
| object = { | object = { |
| type = string class1 | type = string class1 |
| value = string sample1 | value = string sample1 |
| Line 15 id = int 2 | Line 17 id = int 2 |
| label = string test2 | label = string test2 |
| } | } |
| 2 = bool false 3 = bool true 4 = int 2 | 2 = bool false 3 = bool true 4 = int 2 |
| 5 = string 2.0 | 5 = double 2 |
| 6 = void } | 6 = void } |
| object2 = { | object = { |
| type = string class2 | type = string class2 |
| value = string sample2 | value = string sample2 |
| } | } |
| array = { | |
| 0 = { | |
| id = int 1 | |
| label = string test1 | |
| } | |
| 1 = { | |
| id = int 2 | |
| label = string test2 | |
| } | |
| 2 = bool false 3 = bool true 4 = int 2 | |
| 5 = string 2.0 | |
| 6 = void } | |
| object = class1 value "sample1" | object = class1 value "sample1" |
| array = { | array = { |
| 0 = { | 0 = { |
| Line 34 label = string test2 | Line 48 label = string test2 |
| 2 = bool false 3 = bool true 4 = int 2 | 2 = bool false 3 = bool true 4 = int 2 |
| 5 = double 2 | 5 = double 2 |
| 6 = void } | 6 = void } |
| object2 = class2 value "sample2" | object_2 = class2 value "sample2" |