Created
November 30, 2020 23:22
-
-
Save noelworden/3940c8128d91a3d7ef063e874f1b5fdc to your computer and use it in GitHub Desktop.
#blog_snippets
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
%{ | |
"allows_dogs" => "true", | |
"backpack_camp" => "true", | |
"car_camp" => "false", | |
"car_friendly" => "true", | |
"description" => "Rumors of big fish, probably early in season. ~ 2.5 hr hike. Latest notes: 20190909", | |
"dogs_off_leash" => "true", | |
"fee" => "false", | |
"greater_than_three_hours" => "false", | |
"hike_in" => "true", | |
"ice_fishing" => "false", | |
"lake" => "true", | |
"latitude" => "39.8763", | |
"less_than_one_hour" => "true", | |
"longitude" => "-105.6929", | |
"name" => "Heart Lake", | |
"one_to_three_hours" => "false", | |
"season_fall" => "true", | |
"season_spring" => "true", | |
"season_summer" => "true", | |
"season_winter" => "false", | |
"spinner_friendly" => "true" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment