3
Answers

Convert ~~ separated string to json in .net core

Sid KC

Sid KC

5y
563
1
Hi, I have string input in the form Field1~~Field2~~Field3~~Field4 Value1~~Value2~~Value3~~Value4 And expecting json in the format ["Field1":"Value1","Field2":"Value2","Field3":"Value3","Field4":"Value4"] Is there any way possible to achieve this in .net core ...
Answers (3)