Created
April 29, 2016 21:24
-
-
Save gwincr11/97ae52d2d3bacefae9c451d0f616803b to your computer and use it in GitHub Desktop.
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
dict = { | |
"sensor_unit" => { | |
"current_location" => { | |
"lat" => 39.508577, | |
"long" => -115.9377, | |
"time" => 1461608442 | |
}, | |
"rad_sensor_attributes" => [ | |
{ | |
"sensor_id" => "sensor_12", | |
"sensor_mca_mode_message_attributes" => [ | |
{ | |
"binned_channel_counts" => [ | |
1, 2, 3, 4, 5 | |
], | |
"live_time" => 1, | |
"start_time" => "1461892441", | |
"sample_duration" => 1 | |
} | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment