Posts by AndreLps • 33 points
3 posts
-
0
votes1
answer37
viewsQ: Extract joint data from a JSON using PHP
I have the following JSON structure { "trophy_name_XPT001": "Text Name 01", "trophy_desc_XPT001": "Text Desc 01", "throw.except.und": "Error", "nav_bunt_852": "Zoom Out", "trophy_name_BHTLN": "Text…
-
-1
votes1
answer56
viewsQ: How to take specific values and sets in JSON
I have the following JSON { "navigator.zoom.in": "Zoom +", "navigator.zoom.out": "Zoom -", "badge_name_BR263": "GAMES 6!", "badge_name_BR264": "4Anos", "badge_name_X2046": "Cabana Aconchegante",…
-
2
votes1
answer58
viewsQ: How to catch a json object with match
Good morning, I have a json with the following format: { "code_name_1001": "Antônio", "code_name_1002": "Luis", "code_name_1003": "Alice", "code_name_1004": "Julia" } my doubt is on how I can get…