-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (97 loc) · 4.02 KB
/
Copy pathindex.html
File metadata and controls
97 lines (97 loc) · 4.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Offline-first JSON utilities for format, diff, merge, query, pipeline transform, privacy masking, schema, CSV, escape, and patch."
/>
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="theme-color" content="#0F0F11" />
<link rel="canonical" href="https://json-tools.thanhlv.com/editor" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="JSON Dev Tool" />
<meta property="og:title" content="JSON Dev Tool | Online JSON Utilities" />
<meta
property="og:description"
content="Format, diff, merge, query, transform, and validate JSON with schema, CSV, patch, and privacy tooling."
/>
<meta property="og:url" content="https://json-tools.thanhlv.com/editor" />
<meta property="og:image" content="https://json-tools.thanhlv.com/pwa-512x512.svg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="JSON Dev Tool | Online JSON Utilities" />
<meta
name="twitter:description"
content="Format, diff, merge, query, transform, and validate JSON with schema, CSV, patch, and privacy tooling."
/>
<meta name="twitter:image" content="https://json-tools.thanhlv.com/pwa-512x512.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/pwa-192x192.svg" />
<title>JSON Dev Tool</title>
<script id="ld-json-site" type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://json-tools.thanhlv.com/#website",
"url": "https://json-tools.thanhlv.com/",
"name": "JSON Dev Tool",
"alternateName": "JSONTool"
},
{
"@type": "Organization",
"@id": "https://json-tools.thanhlv.com/#organization",
"name": "JSON Dev Tool",
"url": "https://json-tools.thanhlv.com/",
"logo": {
"@type": "ImageObject",
"url": "https://json-tools.thanhlv.com/pwa-512x512.svg"
}
},
{
"@type": "WebApplication",
"name": "JSON Dev Tool",
"url": "https://json-tools.thanhlv.com/editor",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<noscript>
<main style="max-width: 960px; margin: 24px auto; padding: 0 16px; font-family: Arial, sans-serif;">
<h1>JSON Dev Tool</h1>
<p>
Online utilities for JSON formatting, diff, merge, query, schema, pipeline transform, privacy masking, CSV conversion, and patch operations.
</p>
<ul>
<li><a href="/editor">JSON Editor</a></li>
<li><a href="/diff">JSON Diff</a></li>
<li><a href="/merge">JSON Merge</a></li>
<li><a href="/query">JSONPath Query</a></li>
<li><a href="/pipeline">JSON Pipeline</a></li>
<li><a href="/privacy">JSON Privacy</a></li>
<li><a href="/tree">JSON Tree Explorer</a></li>
<li><a href="/convert">JSON Converter</a></li>
<li><a href="/schema-validate">JSON Schema Validator</a></li>
<li><a href="/patch">JSON Patch</a></li>
</ul>
<footer style="text-align:center; margin-top:16px;">
Check out more tools at
<a href="https://link.thanhlv.com/" target="_blank" rel="noopener noreferrer">link.thanhlv.com</a>
</footer>
</main>
</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>