Posts

How to append a JSON array with repeating set of values in BPEL.

  In order to append the JSON array with JSON objects we need to use push function which will iterate through the loop and hold the value in the global variable. Below is the sample JSON {                " version": 100,                " id": 17             },             {                "product_version": 1,                " id": 181             },             {                " version": 100, ...