### Overview Currently if a data type is located in a nested list, it is not parsed by our script. The following is an example of nested lists in YAML. ``` Key: - Value - - Nested Value - Nested Value ``` ### Action Items - [ ] Research the use cases for nested lists, determine if data types are likely to exist in nested lists - [ ] Determine what output should look like if working with nested lists - [ ] Add support for nested lists
Overview
Currently if a data type is located in a nested list, it is not parsed by our script. The following is an example of nested lists in YAML.
Action Items