Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsoneditor

Package Overview
Dependencies
Maintainers
1
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsoneditor - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

10

docs/usage.md

@@ -36,3 +36,3 @@ # Usage

```html
<script type="text/javascript" src="lib/jsonlint/jsonlint.js"></script>
<script type="text/javascript" src="jsoneditor/lib/jsonlint/jsonlint.js"></script>
```

@@ -48,6 +48,6 @@

<script type="text/javascript" src="../lib/ace/ace.js"></script>
<script type="text/javascript" src="../lib/ace/mode-json.js"></script>
<script type="text/javascript" src="../lib/ace/theme-textmate.js"></script>
<script type="text/javascript" src="../lib/ace/theme-jsoneditor.js"></script>
<script type="text/javascript" src="jsoneditor/lib/ace/ace.js"></script>
<script type="text/javascript" src="jsoneditor/lib/ace/mode-json.js"></script>
<script type="text/javascript" src="jsoneditor/lib/ace/theme-textmate.js"></script>
<script type="text/javascript" src="jsoneditor/lib/ace/theme-jsoneditor.js"></script>
```

@@ -54,0 +54,0 @@

@@ -5,2 +5,9 @@ # JSON Editor Online - History

## 2013-05-27, version 2.2.1
- Fixed undefined options in TextEditor. Thanks Wiseon3.
- Fixed non-working save function on Firefox 21. Thanks youxiachai.
## 2013-05-04, version 2.2.0

@@ -7,0 +14,0 @@

{
"name": "jsoneditor",
"version": "2.2.0",
"version": "2.2.1",
"description": "A web-based tool to view, edit and format JSON",

@@ -5,0 +5,0 @@ "tags": [

@@ -8,8 +8,13 @@ # JSON Editor Online

JSON Editor Online is a web-based tool to view, edit, and format JSON.
It shows your data side by side in a clear, editable treeview and in
a code editor.
It has various modes such as a tree editor, a code editor, and a plain text
editor.
The editor can be used as a component in your own web application. The library
can be loaded as CommonJS module, AMD module, or as a regular javascript file.
### Screenshot
The web application shows two panels side by side: a code editor on the left,
and a tree editor on the right. Files and urls can be loaded via the main menu.
<a href="http://jsoneditoronline.org">

@@ -23,14 +28,27 @@ <img alt="jsoneditor"

- View and edit JSON side by side in a treeview and a code editor.
#### Tree editor
- Edit, add, move, remove, and duplicate fields and values.
- Change type of values.
- Sort arrays and objects.
- Colorized values, color depends of the value type.
- Colorized code.
- Search & highlight text in the treeview.
- Undo and redo all actions.
- Load and save files and urls.
- Format, compact, and inspect JSON in the code editor powered by [Ace](http://ace.ajax.org/).
- Library can be loaded as CommonJS module, AMD module, or as a regular javascript file.
#### Code editor
- Format and compact JSON.
- Colorized code (powered by Ace).
- Inspect JSON (powered by Ace).
#### Text editor
- Format and compact JSON.
### Documentation
- [Docs](https://github.com/josdejong/jsoneditor/tree/master/docs)
- [Examples](https://github.com/josdejong/jsoneditor/tree/master/examples)
- [Source](https://github.com/josdejong/jsoneditor)
- [History](https://github.com/josdejong/jsoneditor/blob/master/HISTORY.md)
### Install

@@ -86,10 +104,2 @@

### Documentation
- Docs: [https://github.com/josdejong/jsoneditor/tree/master/docs](https://github.com/josdejong/jsoneditor/tree/master/docs)
- Examples: [https://github.com/josdejong/jsoneditor/tree/master/examples](https://github.com/josdejong/jsoneditor/tree/master/examples)
- Source: [https://github.com/josdejong/jsoneditor](https://github.com/josdejong/jsoneditor)
- History: [https://github.com/josdejong/jsoneditor/blob/master/HISTORY.md](https://github.com/josdejong/jsoneditor/blob/master/HISTORY.md)
### Build

@@ -96,0 +106,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc