Li

Delete

Are you sure you want to delete this?

ProgrammingModel


Date
20211008
Target
C_014
Title
application/json에 variable넣기 -> c# inserting variable in JSON string by escaping quotes ""id"": """+ idValue + @"""
Contents
변수 넣기 정답 https://stackoverflow.com/questions/14627935/c-sharp-inserting-variable-in-json-string-by-escaping-quotes string json = @" { ""Request"": { ""ElementList"": { ""id"": """+ idValue + @""" } } }";