-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
118 lines (98 loc) · 8.21 KB
/
Copy pathterms.html
File metadata and controls
118 lines (98 loc) · 8.21 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Terms of Use | JSON Studio</title>
<meta name="description" content="The terms for using JSON Studio: free, provided as-is, no warranty, and you remain responsible for the data you paste. Plain English, no surprises.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://jsonstudio.msdevbuild.com/terms.html">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#6d4aff" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#0f0d1a" media="(prefers-color-scheme: dark)">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="JSON Studio">
<link rel="icon" href="assets/img/favicon.svg" type="image/svg+xml">
<meta property="og:type" content="website">
<meta property="og:title" content="Terms of Use — JSON Studio">
<meta property="og:description" content="The terms for using JSON Studio: free, provided as-is, no warranty, and you remain responsible for the data you paste. Plain English, no surprises.">
<meta property="og:url" content="https://jsonstudio.msdevbuild.com/terms.html">
<meta property="og:image" content="https://jsonstudio.msdevbuild.com/assets/img/og-cover.png">
<meta property="og:site_name" content="JSON Studio by MSDEVBUILD">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://jsonstudio.msdevbuild.com/assets/img/og-cover.png">
<meta name="twitter:title" content="Terms of Use — JSON Studio">
<meta name="twitter:description" content="The terms for using JSON Studio: free, provided as-is, no warranty, and you remain responsible for the data you paste. Plain English, no surprises.">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/styles.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebPage",
"name": "Terms of Use",
"url": "https://jsonstudio.msdevbuild.com/terms.html",
"description": "The terms for using JSON Studio: free, provided as-is, no warranty, and you remain responsible for the data you paste. Plain English, no surprises.",
"dateModified": "2026-07-23",
"publisher": { "@type": "Organization", "name": "MSDEVBUILD", "url": "https://www.msdevbuild.com/" }
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "JSON Studio", "item": "https://jsonstudio.msdevbuild.com/" },
{ "@type": "ListItem", "position": 2, "name": "Terms", "item": "https://jsonstudio.msdevbuild.com/terms.html" }
]
}
]
}
</script>
<script>(function(){try{var t=localStorage.getItem('json-studio-theme');if(!t&&window.matchMedia&&matchMedia('(prefers-color-scheme: dark)').matches)t='dark';if(t)document.documentElement.setAttribute('data-theme',t);}catch(e){}})();</script>
</head>
<body>
<div id="site-header"></div>
<main>
<section class="legal-head">
<div class="container narrow">
<div class="kicker">Terms</div>
<h1>Terms of use</h1>
<p class="lead">JSON Studio is free and provided as-is. These terms are deliberately short and written in plain English — there is nothing hidden in them, because there is no account to sign up for and no payment to take.</p>
<p class="legal-meta">Last updated 23 July 2026</p>
</div>
</section>
<section class="section legal-body">
<div class="container narrow">
<h2 id="accept">1. Agreement</h2>
<p>By using JSON Studio at <code>jsonstudio.msdevbuild.com</code>, the installable app version, or the browser extension, you accept these terms. If you do not accept them, do not use it.</p>
<h2 id="service">2. What the service is</h2>
<p>A collection of free, client-side developer utilities for working with JSON and related formats. Everything runs in your browser. There is no account, no subscription, no paid tier, and no usage limit.</p>
<h2 id="asis">3. Provided "as is", with no warranty</h2>
<p>The tools are provided without warranty of any kind, express or implied, including but not limited to fitness for a particular purpose, accuracy, or uninterrupted availability.</p>
<p>This matters practically, not just legally. Several tools <em>infer</em> things: a JSON Schema generated from one sample cannot know your real constraints, generated code reflects only the payload you pasted, inferred SQL column types come from the rows you provided, and the schema validator implements a widely used subset of the specification rather than all of it. Treat their output as a well-informed first draft and review it before it reaches production.</p>
<h2 id="your-data">4. Your data is your responsibility</h2>
<p>Nothing you paste is uploaded — see the <a href="privacy.html">privacy policy</a> for exactly what that means. The flip side is that we cannot recover anything for you: drafts live in your browser only, and clearing your browser data removes them.</p>
<p>You are responsible for what you put into the tools. Take particular care with two features that are opt-in and clearly marked: the AI panel sends your JSON to OpenAI with your own key, and "Copy link with my data" produces a link that contains your payload. Do not use either with confidential data you are not permitted to disclose.</p>
<h2 id="acceptable">5. Acceptable use</h2>
<p>Use the tools for anything lawful. Do not use them to process material you have no right to process, to attempt to compromise the site or its users, or to redistribute the site in a way that misrepresents its origin. Automated scraping that degrades availability for others is not acceptable.</p>
<h2 id="liability">6. Limitation of liability</h2>
<p>To the fullest extent permitted by law, the author is not liable for any loss or damage arising from use of these tools — including lost data, lost profits, or decisions made on the basis of their output. Your remedy, if the tools are not right for you, is to stop using them.</p>
<p>Nothing in these terms limits liability for fraud, or for anything else that cannot lawfully be limited.</p>
<h2 id="ip">7. Intellectual property</h2>
<p>The source code is open and published under the MIT licence — you may read it, fork it, self-host it and adapt it on those terms. The names "JSON Studio" and "MSDEVBUILD", the logo and the site's written content are not covered by that licence; please do not present a copy as the original.</p>
<p>You keep all rights to the data you process. We acquire no rights over it, which follows naturally from never receiving it.</p>
<h2 id="third-party">8. Third-party services</h2>
<p>The site loads fonts from Google and two libraries from Cloudflare's CDN, and the optional AI panel talks to OpenAI. Those services have their own terms and privacy policies, listed in the <a href="privacy.html#leaves">privacy policy</a>. Share buttons open third-party sites only when you click them.</p>
<h2 id="availability">9. Availability and changes</h2>
<p>This is a free project maintained in spare time. Tools may be added, changed or removed, and the site may be unavailable at times, without notice. Because everything runs client-side, an installed copy keeps working offline even if the site is down.</p>
<h2 id="law">10. Governing law</h2>
<p>These terms are governed by the laws of India. Where mandatory consumer-protection rules in your own country give you additional rights, those rights are unaffected.</p>
<h2 id="contact-terms">11. Contact</h2>
<p>Questions about these terms: <a href="https://www.msdevbuild.com/p/contact-suthahar-jegatheesan-js.html" target="_blank" rel="noopener">contact Suthahar via MSDEVBUILD</a>.</p>
<p class="legal-foot">See also: <a href="privacy.html">Privacy & data protection</a> · <a href="about.html">About this project</a></p>
</div>
</section>
</main>
<div id="site-footer"></div>
<script src="assets/js/site.js"></script>
</body>
</html>