When using JsonDataSource in LINQ Reporting engine, is there any supported way to iterate over a JSON object and access both its property name (key) and property value?
Example JSON:
"node":{
"ingredientsPerLanguage": …..., a list of objects with key and value...value fields—and then bind that list to the template. To help you...