svelte-jsoneditor icon indicating copy to clipboard operation
svelte-jsoneditor copied to clipboard

A web-based tool to view, edit, format, repair, query, transform, and validate JSON

Results 55 svelte-jsoneditor issues
Sort by recently updated
recently updated
newest added

Hi there! First off, thanks for two excellent libraries that have been incredibly useful! It was my expectation that calling the `.patch` method would result in a call to the...

It would be useful in `text` mode show a warning when there are duplicate keys in an object, like in: ``` { "name": "Joe", "age": 32, "name": "Sarah"

enhancement
help wanted

When I include the editor in my svelte-kit typescript project and **build** the project, I get the following error. It seems like it can't find the fortawesome dependency. Not sure...

bug
help wanted

Hi JsonEditorOnline team, Can you please consider to add a way to set an expiration date for the request the user is sharing? ![image](https://user-images.githubusercontent.com/403855/180567347-11024048-5324-44d5-8e23-4e4f0b4e23a7.png) Thanks in advance

enhancement
webapp

We lost wonderful functionality from old version: ![image](https://user-images.githubusercontent.com/44846794/163019403-5a77c182-f004-4911-858b-94954e743408.png)

enhancement
help wanted

### 1st Step: Put this in the window ``` { "maxLongHere": 9223372036854775807 } ``` ### 2nd Step: Press the Format Json button ### 3rd Step (problem replicated): Notice that value...

enhancement
help wanted

Currently user can't insert a number (only a string) in tree mode - maybe add an option for Number to the context menu? Also boolean too.

enhancement

i found this problem when my website is not https ,and some browser will have this error. navigator.clipboard return undefined

bug
help wanted

As we already have a insert, remove, transfer. Are we allowed to add or delete this options???

enhancement