How to properly parse multi line json?

I managed to split with with multine pattern => '"color"'

Now i am getting this in the message field

"color": {
"pixel": "152",
"shade": "grey"
}

Trying to split it so pixel becomes a key and shade becomes a key