adam-mcdaniel / dune

A shell🐚 by the beach🏖️!
https://adam-mcdaniel.net/dune-website
MIT License
1.01k stars 20 forks source link

Builtin JSON and TOML parsers #50

Closed adam-mcdaniel closed 3 years ago

adam-mcdaniel commented 3 years ago

I would really like to have builtin JSON and TOML parsers (into Dune Expressions) so that it's possible to implement something like a weather dashboard using curl, or an automatic Dune updater in my prelude. This would be really simple to add, since Dune's Expression type is basically a more expansive JSON object itself.