Last active
July 14, 2016 20:06
-
-
Save msavin/2c43cbffcde65ca8ed354112647ace55 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
// Turn: | |
URL = "http://domain.com/#order/food=chicken/drink=coke" | |
// To: | |
{ | |
section: "order", | |
parameters: { | |
food: "chicken", | |
drink: "coke" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment