Yes initially, I will read a text file that gives me string and then deserialize to jobject. I already did that part what would I want next is to after deserialize, I want to add new set of key and value to that object.
Upon checking on the post. It only shows how to update value of a key not add new set. Though it shows an idea of updating the content by using string.replace, I would like to avoid string actions when updating /adding values to my objects .
Hi, you probably moved on from this issue but incase it helps anyone else.
I used an invoke code acitivity and passed the jobject as an in/out argument.
The code I used to add a property to the end of the JObject was: