|
|
|
|
|
by escherize
2815 days ago
|
|
Here's some valid json that might be useful: {"signup/username": "John",
"signup/password": "pg4pres"}
Then, because you can pass in a function to get called on the keys, just check for a regex like (.+)/(.+) and turn it into a keyword. Here I'll write a function like that real quick using a repl with a nice ux: https://s3-us-east-2.amazonaws.com/photoblobs/Screen_Recordi... |
|