Lines Matching refs:json
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|JSON plugin]]. It adds a JSON Editor to the page. [[https://github.com/json-editor/json-edito…
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 It is parsed with same parser as ''<json>'' elements, so rules for //attributes// and //inline_json…
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 This attribute is from [[https://www.dokuwiki.org/plugin:json|JSON Data Plugin]]. Token 'schema' ca…
63 …json data based on other json data. See [[https://github.com/json-editor/json-editor#templates]]. …
66 …* [[https://json.org|Learn JSON]] - simple introduction to JSON, lightweight data-interchange form…
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…