No, there is no built-in support for JSON. The debugger does use it internally but ordinary scripts don't have access the debugger internals.
-- Christian On Wed, Sep 10, 2008 at 3:51 PM, Bryan White <[EMAIL PROTECTED]> wrote: > > Does V8 have any built-in support for JSON encode/decode? There are a > log of mentions of JSON in these source files; > debug.cc > debug-delay.js > mirror-delay.js > > But I don't seen any clear indication of if this stuff is intended to > be exposed or how it should be used from either C++ or JavaScript > code. > > I know I can compile and run to decode but that has security implications. > > I don't have a problem adding JSON support via my own code or finding > some JavaScript to do the job. I just want to know If I am missing > the obvious. > > -- > Bryan White > > > > --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
