Can I use JSON to send a complex object from one pc to another?
From my understanding of JSON you can just stringy that object, then send the string to the other pc and then destringify it and rebuild the object again.
But now how does it know what object I have sent it? cause I could send it object A or object B ?
Is there a way to find out what object I have sent it? Or is part of JSON knowing what type of object you are going to receive?