0
i want to return data from a json file, but I want it to be printed on the bottom page up, that is, the most recent data, which by default is written from top to bottom in json, always appear at the top of the page, as a news feed. I will not put the code here because I think it is more a matter of algorithm logic and can be exemplified with an array or Javascript/Jquery objects.
Luan, the logic is just to iterate on your JSON backwards. If you need more details it would be interesting to add more information, such as the JSON structure you receive, for example.
– fernandosavio