I need to get the key name JsonArray, so JSON looks like this, please don't that JSON starts with square brackets and there are objects inside it that were made, I think, because the back end will have the opportunity to add objects.
[ { "tehnology": [ ] }, { "science": [] } ]
So, I need to get the names “technology” and “science” from it, because json can change dynamically, how can I implement it?
source share