|
|
|
|
|
by jerf
2016 days ago
|
|
"try not to use markup on the JSON, because this would make it difficult for others to consume your website with JSON." Since there is no standard for representing rich text in JSON, if you want rich text, this is simply an unavoidable problem. At least Markdown is semi-standard and people can get libraries for it. Embedded HTML would also work. Defining an ad-hoc rich text embedded would be worse. |
|