Transfer data to/from server

hi, i’m new in Unity. I want to send data player to server use JSON, how can i make these data into JSON and send them to server, read JSON when player load the game. thanks for the help

The json script we use:

Gettingand putting data to Server is possible with the WWW class. Write a php Script on your server to get the GET stuff and put the json in the url you use in the www from unity