So, I have a program in php that has created a connection to the database. Now I want to know, do I necessarily need to convert this information from php to Json to use in xamarin? And if I really need it, how can I do it? I passed the data to json with json_encode (), but I'm not sure how it would integrate with my application. Can you help me?