Skip to content

Instantly share code, notes, and snippets.

@nzatsepilov
Last active December 20, 2016 14:05
Show Gist options
  • Save nzatsepilov/72b32056ff1426585b323274c3d12476 to your computer and use it in GitHub Desktop.
Save nzatsepilov/72b32056ff1426585b323274c3d12476 to your computer and use it in GitHub Desktop.
{
"log":{
"id":59503,
"created":1482226245,
"updated":1482226245,
"date":"20161220",
"vesselId":4,
"beaufort":1,
"seamiles":0,
"location":"",
"name":"any name",
"note":"TEST",
"distance":155.59148,
"elevation":0,
"maxSpeed":8.34,
"startTime":1482223575,
"endTime":1482223608,
"gmt":0,
"precipitation":0,
"cloudCondition":0,
"publishSail":1,
"publishWeather":1,
"routes":{
"10":{
"id":10,
"rid":"C8A1592B-C002-4888-A870-0C93462C9703",
"points":{
"237":{
"lat":0,
"long":0,
"weight":0
},
"238":{
"lat":0,
"long":0,
"weight":1
},
"239":{
"lat":0,
"long":0,
"weight":2
},
"240":{
"lat":0,
"long":0,
"weight":3
},
"241":{
"lat":0,
"long":0,
"weight":4
},
"242":{
"lat":0,
"long":0,
"weight":5
},
"243":{
"lat":0,
"long":0,
"weight":6
},
"244":{
"lat":0,
"long":0,
"weight":7
},
"245":{
"lat":0,
"long":0,
"weight":8
},
"246":{
"lat":0,
"long":0,
"weight":9
},
"247":{
"lat":0,
"long":0,
"weight":10
},
"248":{
"lat":0,
"long":0,
"weight":11
},
"249":{
"lat":0,
"long":0,
"weight":12
}
}
}
}
},
"status":"success",
"vs":1
}
@nzatsepilov
Copy link
Author

nzatsepilov commented Dec 20, 2016

seamiles - found string value: 0
precipitation - found string value: 0
maxSpeed - found string value: 8.340
vesselId - found string value: 4
elevation - found string value: 0.00000
endTime - found string value: 1482223608
updated - found string value: 1482226245
publishWeather - found string value: 1
id - found string value: 59503
distance - found string value: 155.59148
beaufort - found string value: 1
publishSail - found string value: 1
startTime - found string value: 1482223575
created - found string value: 1482226245
cloudCondition - found string value: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment