Zulip Chat Archive
Stream: lean4
Topic: json parse and serializer
Alexandre Rademaker (Nov 26 2022 at 20:39):
I am trying to play with Lean to read/write JSON files and analyze data encoded in JSON. Does anyone have used the JSON reader/writer facility in Lean4? I know about https://hackage.haskell.org/package/aeson, but I haven't understood the equivalent of the Aeson encode in Lean. My frustrated tentative so far is below
Last updated: Dec 20 2023 at 11:08 UTC