JSON

Limited set of data types!

  • null: same as NA
  • data types that can only represent a single value:
    • string: double qoutes!
    • number:
      • can be decimal, integer or scientific
      • doesn’t support Inf, -Inf, or NaN
    • boolean: lowercase true or false