How do I save this JSON object to the database.

Please how would I save this to the database?

Pulling out my hair trying to figure it out...

{
"currencies": {
"GBP": { "name": "Pound sterling", "symbol": "£" },
"SHP": { "name": "Saint Helena pound", "symbol": "£" }
}
}

Thanks a mil!

8 replies