I have a json String
{
"user": [
{
"actor": "ashok"
},
{
"actor": {
"name": "ashok",
"mail": "[email protected]"
}
},
{
"actor": [
"ashok",
"kumar"
]
}
]
}
How to generate a POJO class. This is for the jackson mapper to automatically map the following json in bean class.