Lines Matching refs:JSON

1 ====== JSON Data Definition Demo ======
4 Here are some external files with recipes as JSON data:
5 * [[recipe_butter_cookie]] - pure JSON file.
6 * [[recipe_sweet_sauces]] - DokuWiki page with two JSON data objects inside %%<json>%% tags.
9 ===== JSON from single source =====
41 ==== External JSON file ====
42 In this case we have pure JSON external file [[recipe_butter_cookie]]. 'src' may be internal or ext…
49 ==== External JSON file from internet ====
50 Load JSON file from internet into our database (this may not work - depends on server settings):
58 Load JSON data from external DokuWiki page ([[recipe_sweet_sauces]]) with multiple %%<json>%% eleme…
85 [[json_definition_demo?json_recipe=recipe_butter_cookie|JSON Data Definition Demo - Butter Cookie]]
88 …ion_demo?json_recipe=recipe_butter_cookie#external_file_from_query_string|JSON Data Definition Dem…
94 …json_recipe=recipe_sweet_sauces%23ganache#external_file_from_query_string|JSON Data Definition Dem…
97 …json_recipe=recipe_sweet_sauces%23ganache#external_file_from_query_string|JSON Data Definition Dem…
101 … displayed in 'Errors' tab. For example, missing external file or wrong attributes and JSON syntax:
112 ===== Combine JSON data from multiple sources =====
113 In the background, there is a JSON array, which is empty on the beginning, when DokuWiki page start…
344 ===== Build inline JSON from existing data =====
345 …er )]( filter )%%%'' syntax, which will be replaced by data from existing JSON database. First we …
387JSON data. For example, existing data from JSON database can be "cloned" with 'src' attribute. On…