Last active
October 31, 2015 10:35
-
-
Save naveensky/9eeb5aa215344c958ad8 to your computer and use it in GitHub Desktop.
Sample Json for SJ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"dId": 1234, | |
"pId": 4567, | |
"v": "12.34", | |
"ts": "1994-11-05T08:15:30-05:00" | |
}, | |
{ | |
"dId": 1234, | |
"pId": 4567, | |
"v": "12.34", | |
"ts": "1994-11-05T08:15:30-05:00" | |
}, | |
{ | |
"dId": 1234, | |
"pId": 4567, | |
"v": "12.34", | |
"ts": "1994-11-05T08:15:30-05:00" | |
}, | |
{ | |
"dId": 1234, | |
"pId": 4567, | |
"v": "12.34", | |
"ts": "1994-11-05T08:15:30-05:00" | |
}, | |
{ | |
"dId": 1234, | |
"pId": 4567, | |
"v": "12.34", | |
"ts": "1994-11-05T08:15:30-05:00" | |
}, | |
{ | |
"dId": 1234, | |
"pId": 4567, | |
"v": "12.34", | |
"ts": "1994-11-05T08:15:30-05:00" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment