2016-10-08 16:38:27 +00:00
|
|
|
%YAML 1.1
|
2016-10-08 21:35:33 +00:00
|
|
|
---
|
|
|
|
!nim:system:seq(nim:custom:Person) [
|
|
|
|
!nim:custom:Person {
|
2016-10-09 09:48:52 +00:00
|
|
|
? !nim:field "name"
|
2016-10-08 16:38:27 +00:00
|
|
|
: !!str "Karl Koch",
|
2016-10-09 09:48:52 +00:00
|
|
|
? !nim:field "age"
|
2016-10-08 16:38:27 +00:00
|
|
|
: !nim:system:int32 "23"
|
2016-10-08 21:35:33 +00:00
|
|
|
},
|
|
|
|
!nim:custom:Person {
|
2016-10-09 09:48:52 +00:00
|
|
|
? !nim:field "name"
|
2016-10-08 16:38:27 +00:00
|
|
|
: !!str "Peter Pan",
|
2016-10-09 09:48:52 +00:00
|
|
|
? !nim:field "age"
|
2016-10-08 16:38:27 +00:00
|
|
|
: !nim:system:int32 "12"
|
2016-10-08 21:35:33 +00:00
|
|
|
}
|
|
|
|
]
|