library(jsonlite)
data.frame(fromJSON("/home/roc/projects/mar/my.json"))
#> Warning in (function (..., row.names = NULL, check.rows = FALSE, check.names =
#> TRUE, : row names were found from a short variable and have been discarded
#> timestamps
#> 1 2020-12-17T20:05:00Z
#> 2 2020-12-17T20:10:00Z
#> 3 2020-12-17T20:15:00Z
#> 4 2020-12-17T20:20:00Z
#> 5 2020-12-17T20:25:00Z
#> 6 2020-12-17T20:30:00Z
#> properties.values
#> 1 -20.58976, -19.35673, -19.80898, -19.67393, -19.71228, -19.48423
#> 2 2, 20, 19, 20, 19, 16
#> 3 -20.58976, -19.35673, -19.80898, -19.67393, -19.71228, -19.48423
#> 4 2, 20, 19, 20, 19, 16
#> 5 -20.58976, -19.35673, -19.80898, -19.67393, -19.71228, -19.48423
#> 6 2, 20, 19, 20, 19, 16
#> properties.name properties.type progress
#> 1 Neg Flow Double 100
#> 2 Event Count Long 100
#> 3 Neg Flow Double 100
#> 4 Event Count Long 100
#> 5 Neg Flow Double 100
#> 6 Event Count Long 100
Created on 2021-01-17 by the reprex package (v0.3.0.9001)