Json_To_NodeTable

Returns tabular hierarchical data representation of a JSON string

  • Free Function
  • SQL Server Compatibility: 2008, 2012, 2014, 2016, 2017

Syntax:

SELECT *
FROM SQLHTTP.net.Json_To_NodeTable( @Json )

Arguments:

Name Type Description
@Json nvarchar(MAX) Json string to be shredded into a table

Table Returned:

See NodeTable for detailed table structure documentation

Sample Usage:

See Also: