Idris2/tests/contrib/json_003/expected
2021-10-06 18:35:25 +01:00

4 lines
132 B
Plaintext

1/1: Building CastJSON (CastJSON.idr)
Main> {"a":null,"b":true,"c":1.0,"d":"Hello, world","e":["Lorem","ipsum"]}
Main> Bye for now!