Instead of using Authorware's format ("width":50, "height":30) you could
use the xml format. In that case your example would look lik this:
<width>50 </width><height>30<height>. Using this method you can use
quotes and commas or any other character in your variables without having
problems when you retrieve your data.
Lorenz