Skip to content
KNSG edited this page Sep 8, 2019 · 1 revision

Summary

  • Height data by fitbit
  • File name starts with height-****.json
  • File format: JSON

Data Specification(Presumption)

[{
  "dateTime" : "12/18/15 00:00:00",
  "value" : "1680"
}]
  • dateTime (string) : time stamp. format (MM/dd/YY HH:mm:ss).
  • value (int) : height value(mm)
Clone this wiki locally