We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132ccd5 commit 48946a9Copy full SHA for 48946a9
README.md
@@ -19,7 +19,10 @@ In this video we are showing how to use JSON-B for easy data binding.
19
20
| Method | URI | Status | Description |
21
|--------|-----|--------|-------------|
22
-| GET | /api/json-b/ | 200 | |
+| 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 |
26
27
### Video 3.3: Flexible JSON processing with JSON-P
28
0 commit comments