grain
grain copied to clipboard
feat(stdlib): Json value access utils
Closes #1877
I'd love for us to have combinators to search JSON, somewhat similar to what this TOML library does: https://github.com/ocaml-toml/To.ml?tab=readme-ov-file#lenses
Ours wouldn't need to be quite that complex, and I think you'd only need some minor tweaks.
@ospencer switched over to using lenses
@ospencer done