AndrewRademacher / aeson-casing

Tools to change the formatting of field names in Aeson instances.
MIT License
16 stars 3 forks source link

Added train casing #4

Closed akilegaspi closed 5 years ago

akilegaspi commented 5 years ago
  1. Generalized snake casing to take in symbols
  2. Created train casing using the generalized function
  3. Created tests for the new casing style

Let me know what you think about it

akilegaspi commented 5 years ago

@AndrewRademacher Pinging just so you can see this