I am building an iOS app in Objective-C to track locations and I have 3 mutable arrays called time stamp, latitude and longitude. Now I need to pass these values to the django server in order to get locations back from the server.
How can I convert these values to a JSON? Also, my values are being dynamically updated depending on change in location.