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 5f976b2 commit c243b2fCopy full SHA for c243b2f
README.md
@@ -33,7 +33,7 @@ someObject =
33
fromObject $ Object.fromFoldable [ Tuple "foo" (fromArray objects) ]
34
```
35
36
-The `decodeJson` and `.:` functions provided in this module make it straightforward to interrogate the `Json` object:
+The `decodeJson`, `.:`, `.:?`, and `.!=` functions provided in this module make it straightforward to interrogate the `Json` object:
37
38
```purescript
39
newtype MyType = MyType
0 commit comments