Please add a SWQL function to parse JSON similar to that provided by Microsoft SQL Server 2016 and newer T-SQL:
https://docs.microsoft.com/en-us/sql/t-sql/functions/json-functions-transact-sql?view=sql-server-2016
The use case for this is storage of JSON data in script statistic messages.
For example, you may retrieve some JSON (or convert some data to JSON) using a particular script component monitor and return it as the statistic message. Then you want to use that data in one of the modern dashboard widgets (such as the table widget). Given that the modern dashboard framework widgets (with exception to the timeseries widget) are driven solely by SWQL, this would provide for that functionality. You would then be able to use individual JSON properties as columns for tables or other widgets.
I'm sure that there are many other use cases for this feature.