I have a JSON response like this
arr:{s:[{1},{2}], m:[{3},{4}], b:[{5},{6}],}
I need an array like this
arr1:[{1},{2},{3},{4},