Lines Matching refs:json

6   * [[recipe_sweet_sauces]] - DokuWiki page with two JSON data objects inside %%<json>%% tags.
13 <json path=inline display=all>
24 </json>
27 <json path=inline display=all>
38 </json>
44 <json path=external_json src=recipe_butter_cookie display=all></json>
46 <json path=external_json src=recipe_butter_cookie display=all></json>
52 <json path=external_json_internet src=https://duckduckgo.com/country.json display=all></json>
54 <json path=external_json_internet src=https://duckduckgo.com/country.json display=all></json>
58 Load JSON data from external DokuWiki page ([[recipe_sweet_sauces]]) with multiple %%<json>%% eleme…
60 <json path=page_external src=recipe_sweet_sauces display=all></json>
62 <json path=page_external src=recipe_sweet_sauces display=all></json>
66 Specific %%<json>%% element inside the page can be addressed with ''#'' symbol. It corresponds to t…
68 <json path=page_ext_one_element src=recipe_sweet_sauces#ganache display=all></json>
70 <json path=page_ext_one_element src=recipe_sweet_sauces#ganache display=all></json>
77 <json path=query_string src_ext=json_recipe display=all></json>
79 <json path=query_string src_ext=json_recipe display=all></json>
92json>%% element in query string. However, ''#'' has special meaning in [[wp>URL]] and this sign ca…
103 <json path=error src=recipe_nonexisted display=all></json>
104 <json xyz></json>
105 <json>abc</json>
107 <json path=error src=recipe_nonexisted display=all></json>
108 <json xyz></json>
109 <json>abc</json>
113 …s empty on the beginning, when DokuWiki page starts loading. Then each %%<json>%% element on the p…
117 <json path=replace src=recipe_butter_cookie display=all></json>
118 <json path=replace display=all>
126 </json>
129 <json path=replace src=recipe_butter_cookie display=all></json>
130 <json path=replace display=all>
138 </json>
140 …e, data from the second %%<json>%% are added to the data from the first %%<json>%%. If necessary, …
142 The same is achieved with the combined %%<json>%% element belov:
144 <json path=replace2 src=recipe_butter_cookie display=all>
152 </json>
154 <json path=replace2 src=recipe_butter_cookie display=all>
162 </json>
168 <json path=path src=recipe_butter_cookie display=all></json>
169 <json path=path.Ingredients display=all>
174 </json>
177 <json path=path src=recipe_butter_cookie display=all></json>
178 <json path=path.Ingredients display=all>
183 </json>
189 <json path=partly display=all>
193 </json>
194 <json path=partly."my ingredients" src=recipe_butter_cookie src_path=Ingredients display=all></json>
195 <json path=partly display=combined*></json>
198 <json path=partly display=all>
202 </json>
203 <json path=partly."my ingredients" src=recipe_butter_cookie src_path=Ingredients display=all></json>
204 <json path=partly display=combined*></json>
211 <json path=del src=recipe_butter_cookie display=all></json>
212 <json path=-del.Ingredients.butter display=all></json>
213 <json path=del.Ingredients display=all>
217 </json>
218 <json path=del display=combined*></json>
221 <json path=del src=recipe_butter_cookie display=all></json>
222 <json path=-del.Ingredients.butter display=all></json>
223 <json path=del.Ingredients display=all>
227 </json>
228 <json path=del display=combined*></json>
233 <json path=del2 src=recipe_butter_cookie display=all></json>
234 <json path=-del2.Ingredients display=all>
241 </json>
242 <json path=del2 display=combined*></json>
245 <json path=del2 src=recipe_butter_cookie display=all></json>
246 <json path=-del2.Ingredients display=all>
253 </json>
254 <json path=del2 display=combined*></json>
260 <json path=stack[] src=recipe_butter_cookie display=all></json>
261 <json path=stack[] src=recipe_sweet_sauces#caramel display=all></json>
262 <json path=stack[] src=recipe_sweet_sauces#ganache display=all></json>
265 <json path=stack[] src=recipe_butter_cookie display=all></json>
266 <json path=stack[] src=recipe_sweet_sauces#caramel display=all></json>
267 <json path=stack[] src=recipe_sweet_sauces#ganache display=all></json>
271 <json path=stack2[] src=recipe_* display=all></json>
274 <json path=stack2[] src=recipe_* display=all></json>
282 <json id=recursive path=recursive src=recipe_butter_cookie display=all>
290 </json>
292 <json id=recursive_2 path=recursive src=recipe_butter_cookie display=all>
300 </json>
304 <json path=recursive2 src=json_definition_demo#recursive display=all>
311 </json>
313 <json path=recursive2 src=json_definition_demo#recursive display=all>
320 </json>
325 <json id=recursive3 path=recursive3[] src=json_definition_demo#recursive3 display=all>
332 </json>
334 <json id=recursive3_2 path=recursive3[] src=json_definition_demo#recursive3 display=all>
341 </json>
345 Inside inline json we can use ''%%%$ path [( row_filter )]( filter )%%%'' syntax, which will be rep…
348 <json path=sale>{
357 }</json>
361 <json path=cars>[
366 ]</json>
368 <json path=salesmen>{
371 }</json>
373 <json path=sale>{
382 }</json>
389 <json path=reuse src=%$inline% display=all>
393 </json>
396 <json path=reuse src=%$inline% display=all>
400 </json>