问题 I have following Json Object in Sql server. I want to insert this data into multiple tables with their relation (i.e. foreign key): DECLARE @JsonObject NVARCHAR(MAX) = N'{ "FirstElement":{ "Name":"ABC", "Location":"East US", "Region":"West US", "InnerElement":[ { "Name":"IE1", "Description":"IE1 Description", "Type":"Small", "InnerMostElement":[ { "Key":"Name", "Value":"IME1" }, { "Key":"AnotherProperty", "Value":"Value1" } ] }, { "Name":"IE2", "Description":"IE2 Description", "Type":"Medium"