rogchap / v8go

Execute JavaScript from Go

Home Page:https://rogchap.com/v8go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support More Than Just Primitives in ObjectTemplate.Set

frankgreco opened this issue · comments

It would be nice to set an ObjectTemplate's value to the result of JSONParse(). Today this isn't possible as it only supports primitive types.