Page 1 of 1

Rest service to display a list

Posted: Tue Apr 28, 2015 11:57 am
by Alexa

How can I get my rest service to display a list such as ingredients to a recipe? I have it displaying as a paragraph. How can I get it to insert carriage returns?


Rest service to display a list

Posted: Wed Apr 29, 2015 12:04 am
by Yurii Orishchuk

Hi Alexa,

Please specify more info about your implementation.

In common way you can add "carriage returns" with pre<br/pre html tag.

Regards.