thanks to replay I serialized result with gson in java and convert with json in c# correctly. I think the big diffrent in gson was there wasnot filed declare. do you any experiment to convert json from jooq to object in c#?
On Monday, November 4, 2013 11:11:49 AM UTC+3:30, Lukas Eder wrote: > > I suspect this is an issue with json.net, as the error occurs when > parsing what appears to be a correct JSON string... > > > 2013/11/4 <[email protected] <javascript:>> > >> hi everybody >> I'm implemented jooq in java and return data as Json format and use >> Json.net in c# to convert json string to object. >> But I cant Deserialize return error, The message error is : >> error is: Unexpected token while deserializing object: EndObject. Path >> '', line 1, position 106. >> >> Retrun Value from Java is : >> >> {"fields":[{"name":"ID","type":"NUMBER"},{"name":"NAME","type":"NVARCHAR2"}],"records":[[123,"babol"]]} >> >> -- >> You received this message because you are subscribed to the Google Groups >> "jOOQ User Group" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
