jsoneditoronline.org Open in urlscan Pro
2a06:98c1:3121::3  Public Scan

URL: https://jsoneditoronline.org/
Submission: On August 30 via api from SG — Scanned from NL

Form analysis 1 forms found in the DOM

POST https://www.paypal.com/donate

<form action="https://www.paypal.com/donate" method="post" target="_top"><input type="hidden" name="hosted_button_id" value="A4EB3ZTB6236C"><input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit"
    title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button"><img alt="" border="0" src="https://www.paypal.com/en_NL/i/scr/pixel.gif" width="1" height="1"></form>

Text Content

 
News
Theme
Browser default Light Dark
Features
View and edit Format Query and transform Compare Repair Validate Share Export to
CSV Process large files Offline support
Help
News Docs Knowledge base FAQ About Feedback

Drag 'n drop your JSON document here...
New
Open
Open recent file Open from disk Open from url
Save
Save to cloud Save to disk Send to url

Export to CSV
Copy
Copy formatted Copy compacted Copy as-is
Share
Options

JSON Schema Indentation (2 spaces) Font size (14px) Escape control characters
Escape unicode characters Document properties Delete document
text tree




99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
⌄
⌄
{
"array": [
1,
2,
3
],
"boolean": true,
"color": "gold",
"null": null,
"number": 123,
"object": {
"a": "b",
"c": "d"
},
"string": "Hello World"
}


Line: 1
Column: 1

Copy

Transform

Differences
Compare

Drag 'n drop your JSON document here...
New
Open
Open recent file Open from disk Open from url
Save
Save to cloud Save to disk Send to url

Export to CSV
Copy
Copy formatted Copy compacted Copy as-is
Share
Options

JSON Schema Indentation (2 spaces) Font size (14px) Escape control characters
Escape unicode characters Document properties Delete document
text tree




Navigation bar
Empty document
 * Click inside the editor
 * Paste clipboard data using Ctrl+V
 * Create a new object by typing {
 * Create a new array by typing [



Enjoying this free editor? Please support me!



ABOUT JSON EDITOR ONLINE

JSON Editor Online is a versatile, high quality tool to edit and process your
JSON data. It is one of the best and most popular tools around, has a high user
satisfaction, and is completely free. The editor offers all your need in one
place: from formatting and beautifying your JSON data to comparing JSON
documents or querying your JSON data. JSON is the most used data format between
servers and browser, and JSON Editor Online is an indispensable tool for
frontend and backend developers working with JSON data in their daily life.

> Are you looking for the classic version of JSON Editor Online? Click here. But
> before you do, please let us know why you switch back. Report your issue here,
> or send an email to info@jsoneditoronline.org

JSON Editor Online offers the following features:

 * Online JSON editor and JSON viewer
 * JSON formatter and JSON beautifier
 * Query and transform JSON
 * Compare JSON documents
 * Repair JSON documents
 * JSON Schema validation
 * Load, save and share JSON online
 * Export JSON to CSV
 * Process large files
 * Offline support

Current version: 6.6.1


NEWS


MOBILE-FRIENDLY

2022-08-29

The JSON Editor Online application is now mobile-friendly, you can enjoy it on
smaller screens and touch devices too!






SECURE CONNECTION AND OPEN URLS VIA PROXY

2022-07-19

JSON Editor Online now enforces a secure connection (https), which is better
for, you know, security. This does not allow to load urls from an unsecure
connection (http) though. To cater for that, you can now load those urls via a
proxy, as long as they are public on the internet.




EXPORT TO CSV

2022-06-07

A useful new feature: you can now export your JSON to CSV via menu "Save",
"Export to CSV". A typical use case is to load your JSON data into JSON Editor
Online and preprocess it there by filtering, sorting, and picking relevant
properties. Then, you can export your data to CSV and open it in a Spreadsheet
application to do further analysis like plot graphs.




DARK THEME

2022-05-13

New features:

 * Support for dark theme. The light or dark theme can be selected via the
   "Theme" button in the main menu on the top right, and by default the mode of
   your browser is used.

 * Configurable font size via the options menu.




CHANGELOG

Want to know more? An overview describing the full history is available in the
changelog.html.


FREQUENTLY ASKED QUESTIONS (FAQ)


HOW DO I EDIT A JSON FILE?

Copy and paste your JSON file in the JSON editor, or load it from disk via the
menu or via drag-and-drop. Then, you can edit the contents similar to how you
use any text editor: enter new content with your keyboard, and right-click to
open a context menu with actions like copy/paste, insert, remove. You can learn
more on the documentation page.


HOW DO I FORMAT A JSON FILE?

You can use the editor as a json formatter. In code mode, you can paste a JSON
file in the editor, and click the "Format" button from the menu. In tree mode,
you can just paste the file and copy it again: the contents will automatically
be formatted. Alternatively, you can also use the "Copy formatted" button from
the menu to be done in one click. Read more.


HOW DO I BEAUTIFY JSON DATA?

Format JSON is the same as beautify JSON : you make your JSON file readable by
styling it with white spacing, newlines, and indentation. In short: paste your
JSON file, then click the "Format" button in code mode, or select "Copy
formatted" from the menu. This is how you make your JSON pretty. Read more.


HOW DO I QUERY JSON DATA?

You can query JSON data by clicking the "Transform" button from the menu or
between the two panels. This will open a modal where you can write a query, see
a preview, and then transform JSON data. Read more.


HOW DO I COMPARE JSON FILES?

You can compare JSON files by opening them in the left and right panel of the
editor. Click the "Compare" button in the "Differences" section between the two
panels, and make sure you switch both panels to "Tree" mode. All JSON
differences will be highlighted. Read more.


HOW DO I REPAIR JSON DATA?

Just drop your data in JSON Editor Online. In many cases it will automatically
repair the data for you, and if not possible, it will point you to the place
where the issue is and assist you with repairing it. Read more.


HOW DO I VALIDATE MY JSON DATA AGAINST A JSON SCHEMA?

Open your JSON file in the editor. From the menu, select "Options", "JSON
Schema". A modal will open where you can configure your JSON schema. Read more.


HOW CAN I CONVERT JSON TO CSV?

Open your JSON file in the editor. From the menu, select "Save", "Export to
CSV". A modal will open where you see a preview and can save the CSV data as
file or copy it to your clipboard. Read more.


WHAT IS THE BEST JSON EDITOR?

A survey shows that 85% of the people using JSON Editor Online are highly
satisfied with it. They are overwhelmingly positive and call it the best JSON
formatter and editor. They are very positive about the quality of the all in 1
editor, which has proven itself useful for millions of users for more than 10
years already. People also love the fact that this is a free JSON editor.


WHAT IS THE BEST JSON FORMATTER?

This question is more or less the same as the previous question "What is the
best JSON editor?". JSON Editor Online is also a JSON formatter and JSON
beautifier. Formatting is just one of the many features it offers.


DOES IT HAVE A DARK MODE?

Yes! JSON Editor Online has a light mode and a dark mode. You can toggle this in
the main menu on top.


CAN I OPEN LARGE JSON FILES?

Yes! JSON Editor Online can work with large files up to 500 MB 🚀.


ATTRIBUTION

This web application is made possible thanks to many open source projects ❤️,
most notably: svelte-jsoneditor, CodeMirror, Ajv JSON Schema validator,
diff-sequences, Lodash, JMESPath, json2csv, vanilla-picker, jsonrepair, Font
Awesome, Svelte, React, Rollup, Babel.


DATA POLICY

No data is shared anywhere except when you save a document in the cloud. Cloud
documents are publicly accessible for anyone who has the document id.

DO NOT SAVE SENSITIVE DATA USING THE CLOUD FUNCTIONALITY


PRIVACY POLICY

This site uses cookies and similar tracking technologies such as the Common ID
cookie to provide its services. Click here for information or to opt out.


ADVERTISING

For any advertising inquiries please contact sales@playwire.com.

JSON Editor Online 6.6.1 - Copyright © 2011-2022 - Jos de Jong -
info@jsoneditoronline.org

We and our partners ask for your consent to:
 * Store and/or access your personal data on a device.
 * Use your personal data to personalize ads and content, measure ads and
   content, develop audience insights, and improve product development.

Learn More
 * How can I change my choice?
 * What if I don't consent?
 * How does legitimate interest work?
 * Do I have to consent to everything?

Your personal data will be processed and information from your device (cookies,
unique identifiers, and other device data) may be stored by, accessed by and
shared with third party vendors, or used specifically by this site or app.

Some vendors may process your personal data on the basis of legitimate interest,
which you can object to by managing your options below. You can withdraw your
consent at any time by visiting our privacy policy page.

Show Details
Continue to Site
Learn more about how information is being used?
We and select companies may access and use your information for the below
features and purposes. You may customize your choices below or continue using
our site if you're OK with the features and purposes.
How does legitimate interest work?
Some vendors are not asking for your consent, but are using your personal data
on the basis of their legitimate interest.
Vendors Preferences

PURPOSES

Store and/or access information on a device
Cookies, device identifiers, or other information can be stored or accessed on
your device for the purposes presented to you.
View Details
Consent
Personalised ads, ad measurement, and audience insights
Select basic ads
Ads can be shown to you based on the content you’re viewing, the app you’re
using, your approximate location, or your device type.
View Details
ConsentLegitimate Interest
Create a personalised ads profile
A profile can be built about you and your interests to show you personalised ads
that are relevant to you.
View Details
ConsentLegitimate Interest
Select personalised ads
Personalised ads can be shown to you based on a profile about you.
View Details
Consent
Measure ad performance
The performance and effectiveness of ads that you see or interact with can be
measured.
View Details
ConsentLegitimate Interest
Apply market research to generate audience insights
Market research can be used to learn more about the audiences who visit
sites/apps and view ads.
View Details
ConsentLegitimate Interest
Personalised content
Create a personalised content profile
A profile can be built about you and your interests to show you personalised
content that is relevant to you.
View Details
ConsentLegitimate Interest
Select personalised content
Personalised content can be shown to you based on a profile about you.
View Details
ConsentLegitimate Interest
Content measurement, and product development
Measure content performance
The performance and effectiveness of content that you see or interact with can
be measured.
View Details
ConsentLegitimate Interest
Develop and improve products
Your data can be used to improve existing systems and software, and to develop
new products
View Details
ConsentLegitimate Interest

SPECIAL FEATURES

Precise geolocation data, and identification through device scanning
Use precise geolocation dataAllow
Actively scan device characteristics for identificationAllow
NON-IAB Vendors: Google's Ad Tech Providers (ATP) list
This feature enables publishers, Consent Management Providers (CMPs), and
partners to gather and propagate additional consent—alongside their TCF v2.0
implementation—for companies that are not yet registered with the IAB Europe
Global Vendor List. See the complete list here.
Who is using this information?
We and pre-selected companies will use your information. You can see each
company in the links above or see the complete list here.
What information is being used?
Different companies use different information, see the complete list here.
Continue to Site