3

I have an app which requests infomation to facebook then get infromation from facebook.

Facebook sends information to my app by the type of json object.

Since this information was not created by me, I dont know key names of this json object.

Is there anyway to know json object key names from android app?

Seho Lee
  • 4,048
  • 9
  • 32
  • 42

1 Answers1

4

Essentially, you're looking to parse dynamic JSON keys. Check this out: How to parse a dynamic JSON key in a Nested JSON result?

Community
  • 1
  • 1
Sagar Hatekar
  • 8,700
  • 14
  • 56
  • 72