On Wed, Mar 2, 2016 at 9:00 AM, Yong Wang <[email protected]> wrote: > Hi all, > > I do not find any api can convert v8::Value to json string. > Could someone can give me a help? > > thanks in advance.
There is no API method but what you can do is look up the 'JSON' property on the global object, then call the 'stringify' method with your v8::Value as the argument. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
