An array is being passed form UI in Json, we need to store it in Json list and calculate the sum of integers being stored in the Json list. This has to be implemented in Oracle.
IF j1.exist ('searched_entity')
THEN
new_entity:= json_list (j1.get ('searched_entity'));
.....
....
END LOOP;
END IF;
How do I add all the values passed in searched entity?