Lines Matching full:json
1 ====== JSON Editor Plugin ======
4 description: Integrate schema based JSON editor into json plugin.
10 depends : json
12 similar : json, jsontable, jsongendoc, struct, data, strata
13 tags : data, json, database, listing, tables
15 downloadurl: https://gitlab.com/dokuwiki-json/jsoneditor/-/archive/master/json-master.zip
16 bugtracker : https://gitlab.com/dokuwiki-json/jsoneditor/-/issues
17 sourcerepo : https://gitlab.com/dokuwiki-json/jsoneditor
20 screenshot_img: https://gitlab.com/dokuwiki-json/jsoneditor/-/raw/master/demo/screenshot.png
26 Install also [[https://www.dokuwiki.org/plugin:json|JSON plugin]].
30 JSON Editor Plugin (Dokuwiki plugin) is based on [[https://www.dokuwiki.org/plugin:json|JSON plugin…
32 …edit JSON data according to the rules defined in JSON Schema. When user presses 'Validate and Save…
38 Here is a [[https://dokuwiki-json-demo.1001beauty.si/|Dokuwiki JSON Demo Server]] with JSON databas…
42 Syntax is similar as in [[https://www.dokuwiki.org/plugin:json|JSON Data Plugin]]:\\
45 …json>'' elements, so rules for //attributes// and //inline_json// are the same. It loads JSON data…
48 …json.org/|JSON]] string inside single quotes. Special characters inside string, like ''%%'%%'', ''…
53 It must be a valid [[https://json-schema.org/|JSON Schema]]. Attribute has the same rules as 'optio…
59 …tps://www.dokuwiki.org/plugin:json|JSON Data Plugin]]. Token 'schema' can be added to display opti…
63 JSON Editor (JavaScript library) uses template engines, which may automatically generate json data …
66 …* [[https://json.org|Learn JSON]] - simple introduction to JSON, lightweight data-interchange form…
67 * [[https://jsonlint.com/|Online JSON Validator]] - check JSON code for Syntax Errors.
68 …* [[https://json-schema.org/understanding-json-schema/index.html|Understanding JSON Schema]] - sho…
69 …json-editor/json-editor|JSON editor library]] - README contains specific information for the libra…
70 * [[https://jsonschema.net/|JSON Schema Tool]] - generate sample Schema from your JSON Data.