Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShulV authored Nov 23, 2023
1 parent ade48a2 commit f065fc3
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 @@ -28,8 +28,8 @@ logger.atInfo().log("Image info created: [image_info_id = '{}']", imageInfo.getI

### Hot to name JSON keys:
(snake_case)
```
"some_key_name": "value"
```javascript
"some_key_name" : "value"
```
P.S. many JSON libraries (in Spring Framework), such as Jackson, support camelCase format out of the box.

Expand Down

0 comments on commit f065fc3

Please sign in to comment.