[webkit-help] JSC: JSValueCreateJSONString

Brian Barnes ggadwa at charter.net
Sat Jun 5 16:37:36 PDT 2010


I would like to save the state of several scripts.  My system is event driven so there is never any script in an executing state when I save/load.  This means all I need to save is the global object.  Looking through the headers I found:

JSValueCreateJSONString/JSValueMakeFromJSONString

This, of course, is perfect for me, but it doesn't seem to be implemented in my build (which is pretty recent.)  This might be a mis-understanding on my part about how to get these features in, or it's just not implemented yet (the actually function address is NULL.)

Is this me not understanding the code or is this a feature I'll have to wait for?  I should point out that I'm just grabbing the nightly build and pulling out the framework.  Is there another way to serialize/de-serialize an object in a script?

Thanks,

[>] Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20100605/217e92c3/attachment.html>


More information about the webkit-help mailing list