Skip to content

Commit

Permalink
mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
planetis-m committed Mar 31, 2024
1 parent 3e2c8e6 commit 9ecf6f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ proc extract(tree: JsonTree; path: JsonPtr): JsonTree
proc dump(tree: JsonTree; path: JsonPtr): string
# (de)serialize
proc fromJson[T](tree: JsonTree; path: JsonPtr; t: typedesc[T]): T
proc toJson[T](tree: T): JsonTree
macro `%*`(tree: untyped): JsonTree
proc toJson[T](x: T): JsonTree
macro `%*`(x: untyped): JsonTree
# iterators
iterator items(tree: JsonTree; path: JsonPtr; t: typedesc[T]): T
iterator pairs(tree: JsonTree; path: JsonPtr; t: typedesc[T]): (lent string, T)
Expand Down

0 comments on commit 9ecf6f9

Please sign in to comment.