<div dir="ltr"><div>Hi guys, I am trying to migrate my app from Seaside 3.0.9 to seaside 3.1.3 and I am having a problem with JQAutocomplete. The problem is in #search:labels:callback:. Basically, I am not able to serialize via JSON what I was indeed able before. It seems the json serialization changed in seaside 3.1 as I can read in the changelog. I have reproduced the problem up to this snipet:</div><div><br></div><div>| dict stream |</div><div>dict := GRSmallDictionary new.</div><div>dict at: &#39;label&#39; put: &#39;NONE&#39;.</div><div>dict at: &#39;index&#39;put: 1.</div><div>stream := GRPharoUtf8CodecStreamĀ </div><div><span class="" style="white-space:pre">                </span>on: String new writeStream</div><div><span class="" style="white-space:pre">                </span>converter: UTF8TextConverter new.</div><div>stream json: dict.</div><div><br></div><div>Anyone has an insigh of which should be the correct solution?</div><div><br></div><div>Thanks</div><div><br></div>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank" class="vt-p">http://marianopeck.wordpress.com</a><br>
</div>