i need to read a collection within collection and return json result either my linq or feach?
from col1 in collection1 select new{}{col1.field1, col1.field2, }
Read collection2 in col1
and do sum of numeric field present for each row and return to json
.