Advertisement
Marrin

broken JSON

Apr 12th, 2016
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.03 KB | None | 0 0
  1. {
  2.  "cells": [
  3.   {
  4.    "cell_type": "markdown",
  5.    "metadata": {},
  6.    "source": [
  7.     "<!DOCTYPE html>\n",
  8.     "<html>\n",
  9.     "<body>\n",
  10.     "\n",
  11.     "\n",
  12.     "<h1>This is heading 1</h1>\n",
  13.     "<p>This is a paragraph.</p>\n",
  14.     "<p>This is a paragraph.</p>\n",
  15.     "<p>This is a paragraph.</p>\n",
  16.     "\n"
  17.    ]
  18.   },
  19. {
  20. "cell_type": "markdown",
  21. "metadata": {},
  22. "source": [
  23.     "<h1>This is heading 1</h1>\n",
  24.     "<p>This is a paragraph.</p>\n",
  25.     "<p>This is a paragraph.</p>\n",
  26.     "<p>This is a paragraph.</p>\n",
  27.     "\n",
  28.     "</body>\n",
  29.     "</html>\n
  30. ]
  31. }
  32. ],
  33. "metadata": {
  34.  "kernelspec": {
  35.   "display_name": "Python 2",
  36.   "language": "python",
  37.   "name": "python2"
  38.  },
  39.  "language_info": {
  40.   "codemirror_mode": {
  41.    "name": "ipython",
  42.    "version": 2
  43.   },
  44.   "file_extension": ".py",
  45.   "mimetype": "text/x-python",
  46.   "name": "python",
  47.   "nbconvert_exporter": "python",
  48.   "pygments_lexer": "ipython2",
  49.   "version": "2.7.9"
  50.  }
  51. },
  52. "nbformat": 4,
  53. "nbformat_minor": 0
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement