Jsoneditor

Latest version: v1.6.0

Safety actively analyzes 638430 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 32 of 38

3.1.2

- Some fixes/improvements in `parseJS` (to parse a JSON object from a JavaScript
object).
- Fixed the lack of a semi colon at end of the bundled files.

3.1.1

- Replaced parsing of JavaScript objects into JSON from `eval` to a dedicated
`parseJS` function.

3.1.0

- JSONEditor now accepts JavaScript objects as input, and can turn them into
valid JSON. For example `{a:2,b:'str'}` can be turned into `{"a":2,"b":"str"}`.
- Implemented an option `editable`, a callback function, which allows to set
individual nodes (their field and/or value) editable or read-only.
- Fixed: shortcut keys to manipulate the nodes are now disabled when mode
is `form` or `view`.

3.0.0

- Large code reorganization.
- Editor must be loaded as `new JSONEditor(...)` instead of
`new jsoneditor.JSONEditor(...)`.
- Css is not automatically loaded anymore when using AMD.
- Web application has been moved to another project.

2.3.6

- Fixed positioning issue of the action menu.

2.3.5

- Fixed a positioning issue of the action menu again.
- Fixed an issue with non-breaking space characters.

Page 32 of 38

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.