Hacker News new | ask | show | jobs
by amann11 2867 days ago
Is there support for dictionaries as list items / nested dictionaries?
1 comments

Yes through sections! See https://eno-lang.org/introduction/.

You can nest as deeply as you want and multiple sections on the same level automatically turn into a list of sections. For just a list of flat dictionaries you can also use fieldsets, see https://eno-lang.org/advanced/. :)