thecodewarrior

Untitled

Jun 17th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.56 KB | None | 0 0
  1. {
  2.     "title":"Title Text",
  3.     "texts":{
  4.         "sectionOne":[
  5.             "Just like a normal text block, this can have several pages of text in it"
  6.         ]
  7.     },
  8.     "pages":[
  9.         {
  10.             "type":"text",
  11.        
  12.             "text": [
  13.                 "Here's one line\nAnd another line",
  14.                 "This is automatically put in another line",
  15.                 "JSON doesn't support multiline strings, so this is my solution"
  16.             ]
  17.         },
  18.         {
  19.             "type":"text",
  20.        
  21.             "text": {
  22.                 "global":"sectionOne",
  23.                 "page":0
  24.             }
  25.         },
  26.         {
  27.             "type":"text",
  28.        
  29.             "text": {
  30.                 "global":"sectionOne",
  31.                 "page":1
  32.             }
  33.         }
  34.     ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment