diff --git a/.gitignore b/.gitignore index 68ae17f..d6733d7 100644 --- a/.gitignore +++ b/.gitignore @@ -38,5 +38,6 @@ test-results/ public/* !public/.gitkeep !public/index.html +!public/privacy.html !public/favicon.svg !ads.txt diff --git a/public/index.html b/public/index.html index 2a64fe6..aed95e1 100644 --- a/public/index.html +++ b/public/index.html @@ -90,6 +90,8 @@

Common Use Cases

  • Python Documentation
  • MDN Web Docs - JSON
  • +

    As an Amazon Associate, we earn from qualifying purchases. This site may contain affiliate links; we may earn a commission at no extra cost to you.

    +

    Privacy Policy

    diff --git a/public/privacy.html b/public/privacy.html new file mode 100644 index 0000000..9b0f4d0 --- /dev/null +++ b/public/privacy.html @@ -0,0 +1,118 @@ + + + + + + Privacy Policy - Python Dict to JSON Converter + + + + +
    +

    Privacy Policy

    +

    Last updated: May 13, 2026

    + +

    This Privacy Policy describes how dict2json.com ("we", "us", or "our") collects, uses, and + protects information when you use this website.

    + +
    +

    Information We Collect

    +

    We do not require you to create an account or provide personal information to use the + converter tool. All conversion of Python dictionaries to JSON happens entirely in your + browser — the data you paste into the converter is never sent to our servers.

    +

    We collect the following information automatically when you visit the site:

    + +
    + +
    +

    How We Use Information

    + +
    + +
    +

    Cookies and Tracking

    +

    This site uses cookies and similar tracking technologies through Google Analytics to + analyze site usage. You can disable cookies in your browser settings or use browser + extensions to opt out of analytics tracking.

    +

    Read more about Google's privacy practices at + policies.google.com/privacy. +

    +
    + +
    +

    Affiliate Links

    +

    This site may contain affiliate links to products on Amazon and other retailers. As an + Amazon Associate, we may earn a commission from qualifying purchases made through links + on this site, at no additional cost to you. We only recommend products we believe are + useful to our readers.

    +
    + +
    +

    Third-Party Services

    +

    We use the following third-party services that may collect information:

    + +
    + +
    +

    Data Retention

    +

    We do not store any data you enter into the converter. Event-level analytics data is + retained for 2 months, which is the Google Analytics 4 default retention period.

    +
    + +
    +

    Your Rights

    +

    Depending on your jurisdiction, you may have rights regarding your personal data, + including the right to access, correct, or delete information we hold about you. To + exercise these rights, contact us using the information below.

    +
    + +
    +

    Children's Privacy

    +

    This site is not directed at children under 13. We do not knowingly collect personal + information from children under 13.

    +
    + +
    +

    Changes to This Policy

    +

    We may update this Privacy Policy from time to time. Changes will be posted on this page + with an updated "Last updated" date.

    +
    + +
    +

    Contact

    +

    If you have questions about this Privacy Policy, contact us at + [enable JavaScript to view email]. +

    +
    + +

    ← Back to converter

    +
    + + + \ No newline at end of file