Last active
April 29, 2016 07:52
-
-
Save dangnhdev/b7fc576fe9189633612c4f5913fde47e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"roadId":123456, | |
"time":142423578, | |
"event":[ | |
{ | |
"roadId":123456, | |
"type":1, | |
"street":"Láng", | |
"info":"Tắc đường từ sáng đến tối", | |
"date":"142423512" | |
}, | |
{ | |
"roadId":123456, | |
"type":2, | |
"street":"Láng", | |
"info":"Thanh niên nhảy xuống sông Tô lịch", | |
"date":"141231231" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment