mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 18:26:11 -04:00
12 lines
202 B
JSON
12 lines
202 B
JSON
[
|
|
{{#suggestions}}{{^first}},{{/first}}
|
|
{
|
|
"value" : "{{value}}",
|
|
"label" : "{{label}}",
|
|
"kind" : "{{kind}}"
|
|
{{#path}}
|
|
, "path" : "{{path}}"
|
|
{{/path}}
|
|
}{{/suggestions}}
|
|
]
|