I have multidimensional array string stored in PHP variable and I want to extract the keys and its values. Below is the given string which need to be split.
 [{"cutoffTime":"1","refundInPercentage":"50"},
  {"cutoffTime":"3","refundInPercentage":"70"},
  {"cutoffTime":"6","refundInPercentage":"90"}
 ]
How can I extract this?
 
     
    