var rawDataList =
[
{
"countDate": "2018-04-08",
"countNum": "5"
},
{
"countDate": "2018-04-18",
"countNum": "2"
},
{
"countDate": "2018-04-23",
"countNum": "7"
}
]
how can an json array like this delete an item based on the value of countNum and return a new array?