<HTML><HEAD><META http-equiv="Content-Type" content="text/html; charset=utf-8"></HEAD><BODY>Thanks for the advice however, I always find responses like this outside of my capabilities due to my lack of in-depth knowledge of Seaside.<div><br></div>In fact, I solved my problem quite simply by writing a few lines of JavaScript as follows:<div><br></div><div><br></div><div>var first = data.indexOf("{");</div><div>var next = data.indexOf("}");</div><div>userJson = data.slice(first,next + 1);</div><div>userJson = userJson.replace(/&quot/g, '\"');</div><div>userJson = userJson.replace(/;/g, '');</div><div>return $.parseJSON(userJson)</div><br>where the $.parseJSON is a jquery.mobile.js method.<div><br></div>This worked perfectly and I now have a fully organised JavaScript object that has the parsed JSON.<div><br></div>David<br>--------- Original Message ---------<br><b>From:</b> <seaside@lists.squeakfoundation.org><br><b>To:</b> <seaside@lists.squeakfoundation.org><br><b>Subject:</b> seaside Digest, Vol 175, Issue 6<br><b>Date:</b> 07/10/2017 13:00:07 (Mon)<br><br><pre style="white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word;">Send seaside mailing list submissions to
        seaside@lists.squeakfoundation.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
or, via email, send a message with subject or body 'help' to
        seaside-request@lists.squeakfoundation.org

You can reach the person managing the list at
        seaside-owner@lists.squeakfoundation.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of seaside digest..."

</pre>

<br>
<br>
<hr>
<br>
<pre style="white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word;">Today's Topics:

   1. Removing HTTP headers (David Pennington)
   2. Re: Removing HTTP headers (Philippe Marschall)

</pre>

<br>
<br>
<hr>
<br>
<pre style="white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word;">_______________________________________________
seaside mailing list
seaside@lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

</pre>
</BODY></HTML>
<br><hr><pre>Message sent using Winmail Mail Server</pre>