Hi, bit lost here.
Launching an ajax call to test.php it returns: {"123":"test"}
I tried Dictionary load from json string ajax.lastdata it also shows count 1 but when I use dictionary.get("123") it only displays a 0
Trying without ajax just a string to dictionary: "{""asd"":""test""}"
dictionary.get("asd") returns 0
however adding a key via: add key "ok" value "test"
dictionary.get("ok") returns test
must be doing something basic wrong. maybe someone has a tip