I have json with something like this: `"number":"OK","number":OK"` repeated multiple times in one line.

My simple "OK" counter:

`sed "s|,|\n|g" response | grep -c OK`