json-editor icon indicating copy to clipboard operation
json-editor copied to clipboard

JSON Schema Based Editor

Results 104 json-editor issues
Sort by recently updated
recently updated
newest added

Hi, Looking for binary upload in base64 in JSON Editor, I checked the following issue : https://github.com/jdorn/json-editor/issues/68 Still, in the last distribution, I did not see a reference about media...

Assume the following schema: ``` { "id": "test-array.json", "$schema": "http://json-schema.org/draft-04/schema#", "title": "Array of array", "type": "object", "properties": { "myArray": { "type": "array", "items": { "$ref": "#/definitions/myArrayType" } }, "myDefault": {...

Hi, I want to realize attribute like this: If single-language data: ``` "name": "Peter" ``` but in multi-language data: ``` "name": { "ja": "ピーター", "en": "Peter" } ``` According to...

Hello, first at all thank you for this great way to generate jsons. i was wondering if it is somehow possible to achieve the following: i have an array of...

Is it possible to define in a scheme that the editor should show or hide specific fields depending on values of others? Like for example if I have a choice...

In relating to use of Jenkins plugin ExtendedChoiceParameter (jsonEditor underline) Is there a way with the schema for a enum field to change the selection based on another field watched?...

Hi, I can't find what the option is to show an object property by default when a schema is assigned. The demo has a person preloaded and I want to...

Hi , My schema has a filed : url , like /json-editor/issues/new. And I have another field : domain, like https://github.com. If I want to the generated json like {"url":"https://github.com/jdorn/json-editor/issues/new"},...