How to extract a value from a JSON string by key
问题 I have a column which has Json string records. I want to parse the json and fetch the value of a particular key from within the select statement. Sample JSON {"kofaxDocId":"8ae16f46-c68f-11e5-8105-0e15fb39b661","systemDocType":"Loan Application","requestId":"c770a940-b9f3-4c41-aee6-3e08c1470ec6","docType":"Loan Application","confidence":0.6499999761581421,"engineType":"kofax","completionStatus":"Suggested"} I want my select query to fetch only the value of the key "confidence". I tried using