Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
planetis-m committed Mar 31, 2024
1 parent d9ad9a5 commit daf0ab5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ Tests that the specified value is set in the document.
```nim
# JsonTree type
proc `==`*(a, b: JsonTree): bool
proc newEmptyTree*(): JsonTree
proc copy*(tree: JsonTree): JsonTree
proc `==`(a, b: JsonTree): bool
proc isEmpty(tree: JsonTree): bool
proc newEmptyTree(): JsonTree
proc copy(tree: JsonTree): JsonTree
# basic usage
proc len(x: JsonTree; path: JsonPtr): int
proc kind(x: JsonTree; path: JsonPtr): JsonNodeKind
Expand Down

0 comments on commit daf0ab5

Please sign in to comment.