Discovery App, trying to get a handle on JSON Revivers - based on this StackOverFlow http://stackoverflow.com/questions/8111446/turning-json-strings-into-objects-with-methods
- my goal is to start with this generic reviver approach and evolve it to something that can handle more complex situations.
- Clone this repo
- Exec npm install && bower install
- Exec karma start karma.conf.js
Just playing around with JSON Revivers - trying to make sure I understand how they work (and reading the source code).