...
Code Block | ||
---|---|---|
| ||
"itemData": {[ ["MyStudy", "001", "DM", 56], ["MyStudy", "002", "DM", 26], }] |
Missing values are represented by null in the case of numeric variables, and an empty string in case of character variables: ["MyStudy", "", "DM", null]
...
...
Code Block | ||
---|---|---|
| ||
"itemData": {[ ["MyStudy", "001", "DM", 56], ["MyStudy", "002", "DM", 26], }] |
Missing values are represented by null in the case of numeric variables, and an empty string in case of character variables: ["MyStudy", "", "DM", null]
...