Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Patitotective committed May 6, 2023
2 parents 986c556 + 6534dd7 commit 0de4845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kdl/jik.nim
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ proc toJArray(node: KdlNode): JsonNode =
result.add child.toJson

proc toJson*(node: KdlNode): JsonNode =
## Converts node into its XML representation.
## Converts node into its JSON representation.

case node.jsonKind
of JArray:
Expand Down

0 comments on commit 0de4845

Please sign in to comment.