I have the following JSON that needs to be represented as an object.
[
{
"to": "+27001234567",
"scheduling":{
"date": DateTime,
"description": String
},
"id": "Hello World!"
}
]
The problem I'm having is with the object inside of the object. What would be the way to do this?