-1
string []a=new string[2];
a[0]="[";
a[1]="/";

Net3.5

how can convert a to json array?By C#

ashkufaraz
  • 5,064
  • 6
  • 49
  • 79

1 Answers1

0

A few Json libraries + links for you that look very good.

http://json.codeplex.com/

http://www.json.org/

http://www.codeproject.com/KB/IP/fastJSON.aspx

sgtz
  • 8,539
  • 8
  • 48
  • 90