twfy-api-client-0.1.0.0: They Work For You API Client Library

Safe HaskellSafe
LanguageHaskell2010

Twfy.Util.Json

Description

Convert record field names between haskell/JSON versions

Synopsis

Documentation

recordNameToJsonName Source #

Arguments

:: String

Record name

-> String

JSON name

Convert a haskell record field name in camelCase to JSON snake_case.