Hello, So I see plenty of examples on how to take an JSON string the bot got from another service and deserialize it into an array for it to process.
But I’m trying to go in the other direction. My bot has gathered various bits of information into an array and I want to encode that into a single JSON string that it can then pass out to the next service to handle.