Skip to content

Commit 48946a9

Browse files
committed
Added README docs.
1 parent 132ccd5 commit 48946a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ In this video we are showing how to use JSON-B for easy data binding.
1919

2020
| Method | URI | Status | Description |
2121
|--------|-----|--------|-------------|
22-
| GET | /api/json-b/ | 200 | |
22+
| GET | /api/json-b/ | 200 | Marhsall JSON-B annotated POJO |
23+
| POST | /api/json-b/ | 204 | Unmarshall JSON-B annotated POJO |
24+
| GET | /api/json-b/custom | 200 | Marshall custom POJO using Jsonb |
25+
| POST | /api/json-b/custom | 204 | Unmarshall custom POJO using Jsonb |
2326

2427
### Video 3.3: Flexible JSON processing with JSON-P
2528

0 commit comments

Comments
 (0)