I have a field that returns
{"nextPONumber":"3","poReportFooter":"This is the footer text for a purchase order report"}
I want to pull just the
"This is the footer text for a purchase order report"
SELECT
modulesetting.value AS footer_value
FROM modulesetting
WHERE modulesetting.key='purchasing'