source: cpp/frams/_demos/loader_test_param.in @ 323

Last change on this file since 323 was 323, checked in by Maciej Komosinski, 9 years ago

Example of skipping an unknown object

File size: 602 bytes
RevLine 
[316]1#this is comment1 
[307]2# this is comment2
3data:
4text:qwerty
5longtext:~
6Long multiline text
71\\~
822\~
9333\ \\
104444~
[311]11deftext:other
[307]12i1:-12345
13i2:10
14i3:2
15f1:22
16f2:222
17x:3.14
[311]18notloaded:44
19unchanged:444
20notsaved:4444
[307]21
22#all fields except x will have default values
23data:
24x:just x (string extvalue)
25
[323]26someotherdata:
27this_object:will be ignored
28because:we only load "data:" objects
29
[307]30data:
31text:abcdefghijklmnopqrstuvwxyz
32i1:uu
33i2:-99999
34i3:99999
[311]35x:@Serialized:[1,2,3,1.00000,2e0,3.0,"x","]","\""]
[307]36
[311]37data:
38i1:0x100
39i2:1e2
40i3:-10
41x:@Serialized:{"a":[1,2,3],"b":"abc","c":1.23}
Note: See TracBrowser for help on using the repository browser.