pass function in json and execute

前端 未结 7 1940
夕颜
夕颜 2020-11-28 07:15

Is there any way that I can pass a function as a json string (conversion with JSON.stringify), send it to another function, parse the json and then execute the function that

7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-28 08:14

    I created a fork of JSONfn which enables you to stringify and parse objects and their prototypes. In my basic tests it worked fine.

    https://github.com/cgarciae/jsonfn

提交回复
热议问题