Skip to content
KNSG edited this page Sep 6, 2019 · 2 revisions

Summary

  • step count data by fitbit
  • File name starts with step-****.json
  • File format: JSON

Data Specification(Presumption)

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