I have a file with Json data which takes the below form:
Ex:
{
"Name": "xxxx",
"Address": [{
"Street": "aa",
"City": "bbb"
}, {
"Street": "ccc",
"City": "ddd",
"Country": "eee"
}]
}
The above Json is a valid Json. I want to create a hive table on top of data of above form using JsonSerde.