I need to include array type in file geodatabase/shapefile field's content so that when i expose it as a map service, i can get array instead of string or integer.
e.g., i got fields:OBJECTID, field1, field2, shape0,["a","b"],"simple field",polyline
and when i get after publishing service as a...