'Expresssion Tree

How to build an expression tree for such a query?

SELECT  *
FROM table1
CROSS APPLY OPENJSON(table1.JsonFieldWithArray, '$.JsonObjectName') dat 


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source