Skip to content

Monthly Archives: November 2007

Creating js files with Rhino (from JSON)

13-Nov-07

(This is primarily a note to myself)
I've been playing with Rhino. Specifically, reading in json objects, turning that into normal, runnable objects and saving that to a file so browsers can run it. More specifically, the code that transforms the JSON to an object in the browser should be exactly the same as the one [...]