0 Parse JSON data in SQL 1 Matt Rouse posted 9 Years Ago I'm trying to pass values from a Communication into a workflow attribute. The body of a text message is stored in a JSON file. Is there a good way to parse JSON in SQL so I can access the message value? An example of a JSON string I would want to acces in SQL: { "Message": "-Matt Rouse-\nAnother test!\n( @964 )", "FromValue": "654" } Thanks!