I’m trying to read specific data tags (Like a civilians name) from an API request i got from bubble. I managed to get the json data but i’m not able to find a way to get specific data off of it.
I’ve tried looking for answers already and came up empty so unless im blind i dont think anyone else has asked this (It’s also like 0342 when posting this)
Can you post the code that you are trying to use to access the data so that we can get a better idea of what you are trying to accomplish? Also, I have a feeling that you will be needing to do some form of json.decode before you can get the data into a useful state.