You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not an issue, nested lists do work correctly. Given that the missing spaces are added, you have nested lists of single-key maps: {"part1":[{"level1":[{"level2":[{"level3":{"key1":"value1","key2":"value2"}}]}]}]}.
Hi,
What about such a YAML config:
How to get deeper nested lists?
cfg.List("part1.0.0.)
does not seem to work.
The text was updated successfully, but these errors were encountered: