Lines Matching refs:JSON
1 ====== JSON Editor Plugin ======
4 description: Integrate schema based JSON editor into json plugin.
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 data the same way, from //src// attribute and from //inline_json//. It only has some extra at…
48 …JSON]] string inside single quotes. Special characters inside string, like ''%%'%%'', ''%%<%%'' or…
53 It must be a valid [[https://json-schema.org/|JSON Schema]]. Attribute has the same rules as 'optio…
59 …://www.dokuwiki.org/plugin:json|JSON Data Plugin]]. Token 'schema' can be added to display options…
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 …rstanding-json-schema/index.html|Understanding JSON Schema]] - should read this, before starting w…
69 …b.com/json-editor/json-editor|JSON editor library]] - README contains specific information for the…
70 * [[https://jsonschema.net/|JSON Schema Tool]] - generate sample Schema from your JSON Data.