mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
14 lines
231 B
YAML
14 lines
231 B
YAML
|
|
firstName: "John"
|
||
|
|
lastName: "Doe"
|
||
|
|
age: 31
|
||
|
|
contactDetails:
|
||
|
|
- type: "mobile"
|
||
|
|
number: 123456789
|
||
|
|
- type: "landline"
|
||
|
|
number: 456786868
|
||
|
|
homeAddress:
|
||
|
|
line: "Xyz, DEF Street"
|
||
|
|
city: "City Y"
|
||
|
|
state: "State Y"
|
||
|
|
zip: 345657
|