aeson-qq icon indicating copy to clipboard operation
aeson-qq copied to clipboard

Allow key interpolation of Text `ToJSONKey` types

Open ivanbakel opened this issue 5 years ago • 0 comments

A QoL improvement I had a need for this morning.

This allows for Text keys, which were previously rejected for not being Strings which could be packed into Text. I haven't added encoding the array-style keys, since that would have required modifying larger parts of the codegen logic.

ivanbakel avatar Aug 05 '19 11:08 ivanbakel