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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to