I want to exchange the data between clients using dictionaries.
I am sending the string of "tojson(DICTIONARY).toutf8()" (That prints the string of the dictionary correctly with the quotation marks) and when I receive the packet and made it to a string using "packet.getstringfromutf8()" Godot can't make the string to a dictionary using "parsejson(packetStr)"
because it prints the dictionary string without quotation makrs.
Does anyone have an idea how to solve that problem? :(