Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You realize that JSON isn't just for JavaScript to JavaScript communication, right? Even if you had a magical format (which doesn't make sense and is a bad idea to attempt to auto-deserialize), it wouldn't work across languages.

If you really want that, it's not very hard to design a pair of functions `mySerialize()`, `myDeserialize()` that's a thin wrapper over `JSON.parse`.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: