We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eee0729 + 4d2d74d commit 66b0b0dCopy full SHA for 66b0b0d
src/Data/Aeson/Key.hs
@@ -3,6 +3,11 @@
3
{-# LANGUAGE GADTs #-}
4
{-# LANGUAGE TemplateHaskellQuotes #-}
5
6
+-- |
7
+-- Strong type for JSON keys.
8
+--
9
+-- @since 2.0.0.0
10
+
11
module Data.Aeson.Key (
12
Key,
13
fromString,
src/Data/Aeson/KeyMap.hs
@@ -8,6 +8,8 @@
-- |
-- An abstract interface for maps from JSON keys to values.
14
module Data.Aeson.KeyMap (
15
-- * Map Type
0 commit comments