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.
1 parent 8bb6e3a commit 4c46fadCopy full SHA for 4c46fad
src/Data/Argonaut/Core.purs
@@ -2,14 +2,14 @@
2
-- | manipulating JSON values. The README contains additional documentation
3
-- | for this module.
4
module Data.Argonaut.Core
5
- ( Json(..)
6
- , JNull(..)
7
- , JBoolean(..)
8
- , JNumber(..)
9
- , JString(..)
10
- , JAssoc(..)
11
- , JArray(..)
12
- , JObject(..)
+ ( Json
+ , JNull
+ , JBoolean
+ , JNumber
+ , JString
+ , JAssoc
+ , JArray
+ , JObject
13
, foldJson
14
, foldJsonNull
15
, foldJsonBoolean
@@ -36,9 +36,10 @@ module Data.Argonaut.Core
36
, toArray
37
, toObject
38
, jsonNull
39
- , jsonFalse
40
, jsonTrue
+ , jsonFalse
41
, jsonZero
42
+ , jsonEmptyString
43
, jsonEmptyArray
44
, jsonSingletonArray
45
, jsonEmptyObject
0 commit comments