hmm.. but sorry I'm pretty unclear with dictionary,
may be you or someone could help me
this is my JSON after I convert the Last XML using PHPmyAdmin
[{"id": 1,"word": "a"}, {"id": 2,"word": "ab"}, ...
I was try or dictionary.get("id") or dictionary.get("word") or dictionary.get("a")
but the result is always 0
is it possible to find that "a" is exist (my case)? how to do that?