Some of the JSON I have to parse has the same tag names for different segments. For example
[{"id":10,"order_id":105,"product_id":137,"product_options":[{"id":8,"option_id":24...
where "id" occurs twice. Is there some technique with the NAME OF/IS phrase that will allow me to give these two tags different names? Or any other ideas other than manipulating each context-specific "id" to rename them to two different names?
I am at release 10.4
#extend
#AcuCobol


