Hi, Everyone.
I know it’s possible to pull in data from a file such as data/people.yml:
friends:
- Bill
- Bob
- Mary
But, I am wondering if there is a way to pull in hierarchical data, such as data/people.yml:
friends:
- Bob
- Smith
- 1101 W. River Rd.
- March 3, 1966
- Mary
- Johnson
- 100 State St.
- June 18, 1967
For example, how would I access Bob Smith’s birthday (March 3, 1996) in the above example?
Any thoughts will be most appreciated!
– Clint (clint@auditpad.com)