aeson-casing
aeson-casing copied to clipboard
Tools to change the formatting of field names in Aeson instances.
Results
2
aeson-casing issues
Sort by
recently updated
recently updated
newest added
Tests seem to depend on ordering ultimately coming from unordered-containers and thus unstable. ``` Running 1 test suites... Test suite casing: RUNNING... Tests Data.Aeson.Casing.Test snake: OK camel: OK pascal: OK...
I have a Haskell field like `addressLine1` and I use `snakeCase` to convert that to snake case for the aeson representation. The parser expects a field named `address_line1`, but the...