I'm trying to communicate with a server that can only receive requests using JSON-RPC 2.0 with POST method.
I have an object I need to convert to JSON form I can send. One of the fields is a dictionary so I couldn't understand from just the manual what I should do with it.
Does anyone have any experience sending JSON-RPC post requests from Unity? I would appreciate any input.
↧