Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "title":"Title Text",
- "texts":{
- "sectionOne":[
- "Just like a normal text block, this can have several pages of text in it"
- ]
- },
- "pages":[
- {
- "type":"text",
- "text": [
- "Here's one line\nAnd another line",
- "This is automatically put in another line",
- "JSON doesn't support multiline strings, so this is my solution"
- ]
- },
- {
- "type":"text",
- "text": {
- "global":"sectionOne",
- "page":0
- }
- },
- {
- "type":"text",
- "text": {
- "global":"sectionOne",
- "page":1
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment