mgusmano / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Support native array initializers #121

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
new JsArray {"a", "b", "c"}
into
["a", "b", "c"]

Original issue reported on code.google.com by DanelK...@gmail.com on 5 May 2012 at 9:21

GoogleCodeExporter commented 8 years ago
Supported in SharpKit 5
Both json object / json array are supported

Original comment by DanelK...@gmail.com on 6 May 2012 at 4:43

GoogleCodeExporter commented 8 years ago

Original comment by DanelK...@gmail.com on 6 May 2012 at 4:43