Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.12 KB | None | 0 0
  1. [
  2.   {
  3.     "tag": "p",
  4.     "children": [
  5.       {
  6.         "tag": "strong",
  7.         "children": [
  8.           "Ololo"
  9.         ]
  10.       }
  11.     ]
  12.   },
  13.   {
  14.     "tag": "figure",
  15.     "children": [
  16.       {
  17.         "tag": "div",
  18.         "attrs": {
  19.           "class": "figure_wrapper"
  20.         },
  21.         "children": [
  22.           {
  23.             "tag": "img",
  24.             "attrs": {
  25.               "src": "/file/d5b104ac9dd3f39d39d26.jpg"
  26.             }
  27.           }
  28.         ]
  29.       },
  30.       {
  31.         "tag": "figcaption",
  32.         "children": [
  33.           ""
  34.         ]
  35.       }
  36.     ]
  37.   },
  38.   {
  39.     "tag": "figure",
  40.     "children": [
  41.       {
  42.         "tag": "div",
  43.         "attrs": {
  44.           "class": "figure_wrapper"
  45.         },
  46.         "children": [
  47.           {
  48.             "tag": "img",
  49.             "attrs": {
  50.               "src": "/file/b5f012c6ae39306d29844.jpg"
  51.             }
  52.           }
  53.         ]
  54.       },
  55.       {
  56.         "tag": "figcaption",
  57.         "children": [
  58.           ""
  59.         ]
  60.       }
  61.     ]
  62.   },
  63.   {
  64.     "tag": "p",
  65.     "children": [
  66.       {
  67.         "tag": "br"
  68.       }
  69.     ]
  70.   }
  71. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement