Question Geir Selvåg · Mar 7, 2019 JSON challenge Hello folks, I have an JSON object that need to be updated before being parsed into a JSX component. Source JSON obj: var Obj = { "data": [ {"id":1, "text":"Task #1", "project":"10", "sub_project":"10-1" }, {"id":2, "text":"Task #2", "project":"10", "sub_project":"10-1" }, {"id":3, "text":"Task #3", "project":"11", "sub_project":"11-1" }, ]}; Required JSON obj result: #JSON #InterSystems IRIS 0 1 0 408