Last active
December 17, 2015 08:49
-
-
Save badmetacoder/5582902 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
parameters={ | |
"likes": true, | |
"posts_by_others": true, | |
"comments": true | |
} | |
# flatten before URL-encoding | |
parameters={"likes":true,"posts_by_others":true,"comments":true} | |
# URL-encode | |
parameters%3D%7B%22likes%22%3Atrue%2C%22posts_by_others%22%3 ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment