Re: JSInterop and "JSON.stringify" method return "Converting circular structure to JSON"

2024-05-22 Thread Craig Mitchell
Would it not be easier to just create your JSON object manually with the classes in com.google.gwt.json.client? Ie: JSONObject, JSONArray, ... On Thursday 23 May 2024 at 1:42:29 am UTC+10 Thomas Broyer wrote: > On Wednesday, May 22, 2024 at 12:43:56 PM UTC+2 tenti...@gmail.com wrote: > > I misu

Re: JSInterop and "JSON.stringify" method return "Converting circular structure to JSON"

2024-05-22 Thread Thomas Broyer
On Wednesday, May 22, 2024 at 12:43:56 PM UTC+2 tenti...@gmail.com wrote: I misunderstood the documentation... ty for the clarification Thomas can you give me some confirmations. The Date issue, When you say to use the JsDate do you mean the one in the elemental2 package (elemental2.core.JsDa

Re: JSInterop and "JSON.stringify" method return "Converting circular structure to JSON"

2024-05-22 Thread Marco Tenti (IoProgrammo88)
I misunderstood the documentation... ty for the clarification Thomas can you give me some confirmations. The Date issue, When you say to use the JsDate do you mean the one in the elemental2 package (elemental2.core.JsDate) or in the gwt core ( com.google.gwt.core.client.JsDate) ? So for the D

Re: JSInterop and "JSON.stringify" method return "Converting circular structure to JSON"

2024-05-22 Thread Vassilis Virvilis
> > or passing a @JsFunction to JSON.stringify() as its second argument I wish I knew that some time before... -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it