I am trying to convert a spry(dreamweaver) table to a json file. The json file is working fine but I can't figure out how to read a paragraph of text(string) and maintain the paragraph's styling. I have mixed bold, italic, and underlines in each paragraph array.{description}
Does anyone know how this is done?
It seems like text styling must be possible, but I'm new to json and feeling a little overwhelmed. I am trying to change to json only because reading the data from a spry table is very slow. I'm developing a mobile app. The data resides on the client side. As it stands now, I load a separate .html page in order to grab the data. That takes too much time on the initial load.