using json for large amounts of text

ItsMe

New Member
in an effort to make my site building more unobtrusive i've started separating the copy from the html mark-up using json and it has worked very well thus far, but i've run into an issue: i have bios for five people and they average about three pages each in there respective doc files. so my question is, is there a way to fit that much text into a json file in a clean way i know json doesn't support multiple lines of text and the only way around it that i know of is to make it one line(which sucks by the way), or should i use an xml file instead?oh, and the site i'm building is a one page site (so when someone clicks one of the five people's headshot there bio will show in the main div on the left)EDIT: here's an example of what i'm trying to do:\[code\]{ "text":"what is this i see? its a mad cow burger"}\[/code\]
 
Back
Top