“Argument must be valid Json”
I researched here in the forum, before posting: [Firebase + JSONTools] How to get a value from response?
I installed the JsonTools and JsonUtils extensions. The response content comes from the php script.
I display the content in a textbox.
But, the message from “Argument must be valid Json” is still displayed. What I want: Return the value of 2 fields from 2 tables in the database and show the app user. Return to Json but I don’t know why this message is returning.
I need to learn how to get values returned from the database to be used in the app. See I made another screen in less than 15 minutes, where I look for the amount of students present and absent in the classroom, but I’m not able to manipulate this return.
I want to put the returned values (in the example below) on their labels.
With these same returns (in another app), I manipulate using the Add Items To List loop + Look Up in Pairs key and save it to a list and this list show it in a LISTVIEW. But in this specific case, I just need to take the value and use it in the app.
Dear , is Very stranger. Expecting String ? The word “RAFAEL” is in quotes and the return comes PHP function json_encode that is the same function I use in the others app.