Timeline for Convert Object Keys according to Table/Map object
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 24, 2014 at 21:37 | vote | accept | MLM | ||
| Nov 19, 2014 at 18:58 | comment | added | konijn | Nice, I hope you will still mark my answer as correct :P | |
| Nov 19, 2014 at 16:02 | comment | added | MLM |
I made a new answer that combines convertKeys and revertKeys in a simple way. I highly appreciate the review as I would never have ended up at my code without your answer.
|
|
| Nov 18, 2014 at 20:29 | history | edited | konijn | CC BY-SA 3.0 |
deleted 32 characters in body
|
| Nov 18, 2014 at 19:38 | comment | added | MLM | Thank you konijn, I am still reading through the answer! The reason I am slimming down the keys is not to reduce storage or bandwidth usage. It is because I am using this stringified data(along with some other compression stuff) as a copy/paste-able blob/token. The smaller it is, the easier it is to select and transfer whether it be email, IM, etc. TLDR; I am worried about the number of characters, not actual number of bytes it takes up. | |
| Nov 18, 2014 at 18:34 | history | answered | konijn | CC BY-SA 3.0 |