Not sure whether I'm missing the option in the documentation, but I'm looking for a way to save all the data from a TAdvStringGrid in a JSON format, which is then sent as a parameter of a web request.
The best I can find is to save JSON to a file, but not saving into a variable.
Is something like this available, or will I have to loop through the grid and parse it into JSON manually?
Thanks