Evening all. I don't know if it's the red wine, age or stupidity but I am having a problem converting this json
"foo": null,
"bar": {
"baz": null,
"bish": null,
"foobar": {
"x":null,
"y":null
}
},
"quux": null
}
into an appropriate interface / class definition and would appreciate some kind soul helping this simpleton out 😉