mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
15 lines
242 B
YAML
15 lines
242 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
|
|
123: 345
|