Append data to a json response
Hello.
I have a JSON which gives me two data:
Price: The price of an item, for example "5". I show that info inside a label, but I want to show "5€". How can I add text to the response?
URL: The URL of a picture, for example "/images/photo.jpg". But the image isn't shown because it lacks the starting http://www.domain.com. How can I add "https://www.domain.com" to the begining of the response?
Thanks in advance.