I am new to PHP.
I am sending json using JsonObjectRequest in Android via POST Method.
I don't know how to retrieve that json in php and decode it. Could you help me? The json I am sending is
{"firstname":"test","lastname":"test"}
I need both the JSON objects in seperate variables.