PHP for Json, create Json file

0

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?

    
asked by anonymous 26.09.2018 / 17:58

0 answers