Subarrays of a json with LINQ
Hi Friends,
There is a way to fill the subqueries of an json with LINQ or lambda expressions?
Ex: Fill the "photos" subarray of the json below:
{ "id": "1231-12321-sdff-21-31", "name": "product name", "description": "product description" "rating": 4.1, "price": 7.50, "photos": [ "http://path/photo.img", "http://path/photo2.img" ] }
0 comments:
Post a Comment