haskell/aeson

Document `Key` and mention it in the tutorial

Open

#985 aberto em 7 de jan. de 2023

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)Haskell (334 forks)batch import
help wanted

Métricas do repositório

Stars
 (1.298 stars)
Métricas de merge de PR
 (Mesclagem média 89d 5h) (9 fundiu PRs em 30d)

Description

In https://hackage.haskell.org/package/aeson-2.1.1.0/docs/Data-Aeson-Key.html#t:Key there are no haddocks, and the "How to use this library" section has not a single example that shows non-literal keys being used (coming e.g. from Text).

It would be great if:

  • Haddocks were added to Key that motivate its existence, so that e.g. hovering it from an IDE gives tips on how to obtain that type
  • an example of keys being converted from Text, so that beginners or upgraders from pre-2.0 have an esier time

Guia do colaborador