functionserializer
A micro library for serializing and deserializing functions to strings
{ return "Hello World!";}
Sometimes you need to pass this across boundries that are JSON only.
var o = functionserializer;var f = functionserializer;; // "Hello World!"