Json input - how to parse the incoming custom json

Hi,

What is the feel expression to parse the data coming as json as below (without variables name)

{
“customer”:{
“name”:“kk”
}
}