Google Apps Script: Creating and populating a nested JSON object

后端 未结 0 706
别跟我提以往
别跟我提以往 2021-01-15 10:05

I would like to create a JSON object with the following structure:

var exec_log = {
    total_correct: 0,
    total_error: 0,
    [exec_detail: {
      timest         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题