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
vivek singh latwal committed Nov 16, 2024
2 parents 65bc235 + b763194 commit 8370c31
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 @@ -12,8 +12,8 @@ how you create Json in Javascript

in kotlin using Jackson
```
val node = ObjectMapper.createObjectNode();
node.set("field" , TextNode("value");
val node = ObjectMapper.createObjectNode()
node.set("field" , TextNode("value"))
```

with this library
Expand Down

0 comments on commit 8370c31

Please sign in to comment.