-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
<link rel=icon href=https://centerkey.com/graphics/bookmark.png> | ||
<link rel=preconnect href=https://fonts.googleapis.com> | ||
<link rel=preconnect href=https://fonts.gstatic.com crossorigin> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.0/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna.js@1.9/dist/dna.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna.js@2.0/dist/dna.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/reset.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/pretty-print-json.css> | ||
<style> | ||
|
@@ -59,7 +59,7 @@ <h2>ES Module Dynamic Loading</h2> | |
</footer> | ||
|
||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/dna.js@1.9/dist/dna.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/dna.js@2.0/dist/dna.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/lib-x.min.js></script> | ||
<script> | ||
const app = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<meta name=description content="Pretty-Print JSON -- Interactive online JavaScript tool to format JSON"> | ||
<meta name=apple-mobile-web-app-title content="JSON"> | ||
<meta property=og:title content="Pretty Print JSON"> | ||
<meta property=og:description content="Pretty-print JSON data into HTML to indent and colorize (written in TypeScript)"> | ||
<meta property=og:description content="Pretty-print JSON data into HTML to indent and colorize (written in functional TypeScript)"> | ||
<meta property=og:type content="website"> | ||
<meta property=og:image content="https://centerkey.com/graphics/center-key-logo-card.png"> | ||
<meta property=og:image:alt content="Logo"> | ||
|
@@ -19,8 +19,8 @@ | |
<link rel=apple-touch-icon href=https://centerkey.com/graphics/mobile-home-screen.png> | ||
<link rel=preconnect href=https://fonts.googleapis.com> | ||
<link rel=preconnect href=https://fonts.gstatic.com crossorigin> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.0/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna.js@1.9/dist/dna.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna.js@2.0/dist/dna.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/reset.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/pretty-print-json.css> | ||
<style> | ||
|
@@ -144,7 +144,7 @@ <h3>Colorized output:</h3> | |
<div> | ||
<p> | ||
<b>pretty-print-json v<span class=version-number></span></b><br> | ||
Pretty-print JSON data into HTML to indent and colorize (written in TypeScript)<br> | ||
Pretty-print JSON data into HTML to indent and colorize (written in functional TypeScript)<br> | ||
Open Source under the MIT License<br> | ||
<a class=plain href=https://pretty-print-json.js.org>https://pretty-print-json.js.org</a> | ||
</p> | ||
|
@@ -180,7 +180,7 @@ <h3>Colorized output:</h3> | |
</footer> | ||
|
||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/dna.js@1.9/dist/dna.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/dna.js@2.0/dist/dna.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/lib-x.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/pretty-print-json.min.js></script> | ||
<script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
<link rel=icon href=https://centerkey.com/graphics/bookmark.png> | ||
<link rel=preconnect href=https://fonts.googleapis.com> | ||
<link rel=preconnect href=https://fonts.gstatic.com crossorigin> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.0/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna.js@1.9/dist/dna.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna.js@2.0/dist/dna.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/reset.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/pretty-print-json.css> | ||
<style> | ||
|
@@ -59,7 +59,7 @@ <h2>ES Module Dynamic Loading</h2> | |
</footer> | ||
|
||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/dna.js@1.9/dist/dna.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/dna.js@2.0/dist/dna.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/lib-x.min.js></script> | ||
<script> | ||
const app = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<meta name=description content="Pretty-Print JSON -- Interactive online JavaScript tool to format JSON"> | ||
<meta name=apple-mobile-web-app-title content="JSON"> | ||
<meta property=og:title content="Pretty Print JSON"> | ||
<meta property=og:description content="Pretty-print JSON data into HTML to indent and colorize (written in TypeScript)"> | ||
<meta property=og:description content="Pretty-print JSON data into HTML to indent and colorize (written in functional TypeScript)"> | ||
<meta property=og:type content="website"> | ||
<meta property=og:image content="https://centerkey.com/graphics/center-key-logo-card.png"> | ||
<meta property=og:image:alt content="Logo"> | ||
|
@@ -19,8 +19,8 @@ | |
<link rel=apple-touch-icon href=https://centerkey.com/graphics/mobile-home-screen.png> | ||
<link rel=preconnect href=https://fonts.googleapis.com> | ||
<link rel=preconnect href=https://fonts.gstatic.com crossorigin> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.0/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna.js@1.9/dist/dna.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna.js@2.0/dist/dna.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/reset.min.css> | ||
<link rel=stylesheet href=../src/pretty-print-json.css> | ||
<style> | ||
|
@@ -144,7 +144,7 @@ <h3>Colorized output:</h3> | |
<div> | ||
<p> | ||
<b>pretty-print-json v<span class=version-number></span></b><br> | ||
Pretty-print JSON data into HTML to indent and colorize (written in TypeScript)<br> | ||
Pretty-print JSON data into HTML to indent and colorize (written in functional TypeScript)<br> | ||
Open Source under the MIT License<br> | ||
<a class=plain href=https://pretty-print-json.js.org>https://pretty-print-json.js.org</a> | ||
</p> | ||
|
@@ -180,7 +180,7 @@ <h3>Colorized output:</h3> | |
</footer> | ||
|
||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/dna.js@1.9/dist/dna.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/dna.js@2.0/dist/dna.min.js></script> | ||
<script src=https://cdn.jsdelivr.net/npm/[email protected]/dist/lib-x.min.js></script> | ||
<script src=../dist/pretty-print-json.min.js></script> | ||
<script> | ||
|