Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
"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]

...