tfunctionaljson
v1.0.0
Published
a JSON object, that will stringify and parse functions. so the functions source is going to be a string, and when parse the functions is parsed to be a function again to restore its functionality. this will make it possible provice macros and methods for
Downloads
3
Readme
#tFunctionalJSON a JSON object, that will stringify and parse functions. so the functions source is going to be a string, and when parse the functions is parsed to be a function again to restore its functionality. this will make it possible provice macros and methods for the data that the user is actualy working with. I want to handle methods like that, to make a data-driven app, where everything is stored in JSON and the user can make its own methods.