Hacker News new | ask | show | jobs
by ninjanomnom 1258 days ago
Encoding isn't usually to obscure but to allow using characters not allowed in a URL or wherever text is being stored. This makes it a bit easier to directly take that encoded text later and decode it into something like json.
1 comments

That makes sense, thank you