Hi
I use the JSON Object Manager regularly for retrieving or setting values from a JSON string.
But how can I actually add elements to an array?
For example, I have a JSON string like {"employer":"Joe","roles":[]} and I would like to add roles so the result should look like {"employer":"Joe","roles":[{"roleID":"developer"},{"roleID":"analyst"}]}
Any ideas how to do that with JSON Object Manager Package?