Hello,
I'm sending an ajax request to recover data.
-> AJAX: Request "https://****.firebaseio.com/hashs/"&UserID&".json" (tag "usersdatas")
The result is the following:
{"data01":"AAA","data02":"BBB","data03":"CCC","data04":"DDD"}
I need to recover for example CCC
How to do this please?
(ps: I am French and my English is bad)
Thank-you