JSON template literals #117
Labels
effort: 1
Takes roughly 1 hour (w/ docs+testing)
package: core
Related to the core libraries
type: feature
work: obvious
Straightforward tasks with known solutions; follow best practices
By integrating aeson-qq we can easily allow writing JSON values in a template literal.
The quasiquoter should be called
json
so it allows for code like:[json| {a: 3} |]
The text was updated successfully, but these errors were encountered: