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

Net3.5

how can convert a to json array?By C#

ashkufaraz
  • 5,179
  • 6
  • 51
  • 82

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,849
  • 9
  • 51
  • 91