Get the JSON string

Hello,
How to get the JSON string directly, not download it, but get the string format directly

example: spreadsheet.getJson()

Please, try to use the serialize() method:

1 Like

Thanks! I solved the problem with your method