Hi,
Thanks for this plugin, that's help me a lot. But I need you're help.
Currently I get two server response type:
first have this form : "{"USER":"CAN'T_CONNECT"}" and i have no probleme to get the user parameter.
second have this form "{"USER":{"somekey":"somevalue"}} and when I try to get USER value with Table.Get("Query","USER") but i get "0" and not my json object.
Any tips to fix that?