Hello!
I have a result in jsonStrssEM like this
{"days":[{"day":"1","hours":"14","nature":"T"},{"day":"2","hours":"24","nature":"T"},{"day":"3","hours":"34","nature":"T"},{"day":"4","hours":"44","nature":"T"}]}
{"days":[{"day":"1","hours":"4","nature":"T"},{"day":"2","hours":"4","nature":"T"},{"day":"3","hours":"3","nature":"T"},{"day":"4","hours":"10","nature":"T"}]}
and i want to do this:
self.field_manager.set_values({
"horraire_data": jsonStrssEM,
});
can any one help me to know how _.each function works to be able to apply the self.field_manager.set_values for result which contains multiple resukts as shown please .