Replies: 1 comment
-
Hi @taivnn9 , did you find the solution ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would like to parse Example Value (Json String) from Request Body(Java Object),
Who did know how can I do it?
Thank in advance.
In detail:
Input: Request Body Object (io.swagger.v3.oas.models.parameters.RequestBody)
Target: Json String
{
"id": 10,
"name": "doggie",
"category": {
"id": 1,
"name": "Dogs"
},
"photoUrls": [
"string"
],
"tags": [
{
"id": 0,
"name": "string"
}
],
"status": "available"
}
Beta Was this translation helpful? Give feedback.
All reactions