1
Answer

Php array convery to C# json

How can I convert php array to c# string(xml or json)?.
 
 
[ID] => 1 
[CreditNo] => 2 
[Date] => 2017-06-15
 
Answers (1)