Skip to content

Commit e0f08fd

Browse files
authored
docs(json): includes internal link to Json.fold (#27)
* docs(json): updates readme for `@traversable/json` * docs(json): renames `Json.Recursive` to `Json.Fixpoint`, adds docs * chore: commits generated file * docs(json): completes incomplete sentence in docs * docs(json): simplify * docs(json): includes internal link to docs for `Json.fold`
1 parent e345c08 commit e0f08fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/json/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @traversable/json
22

33
`@traversable/json` is a tiny package that contains types and utilities for
4-
working with JSON data in TypeScript.
4+
transforming JSON data in TypeScript.
55

66
## API
77

@@ -38,7 +38,7 @@ which lets you implement a recursive function, without performing any recursion.
3838
This is the main feature of `Json.fold` (which is made possible by `Json.map`) is
3939
that it fully decouples "how to recurse" from "what to do at each step".
4040
41-
For more information, see the docs on `Json.fold` below.
41+
For more information, see the docs on [`Json.fold`](https://github.com/traversable/schema/tree/main/packages/json#jsonfold).
4242
4343
### Terms (values)
4444

0 commit comments

Comments
 (0)