@Darek

I've never used jsonmangler so I am unsure if you can get this done in a 
singular expression.
I do think something like this should work if your JSON is in a tiddler 
called test

<$list filter="[[test]indexes:all[]suffix[properties/name]]" 
variable="index">

<$list filter="[[test]getindex<index>]">

</$list>

</$list> 


On Tuesday, September 22, 2020 at 11:21:57 AM UTC+2, Darek Bobak wrote:
>
>
> Is it possible to list all the values of the specified index in filter 
> expression? I would like to get all the values of the "name" (ie, 
> Albersdorf and Pfellnkofen) from the sample json tiddler:
>
> {
>   "type": "FeatureCollection",
>   "features": [
>     {
>       "type": "Feature",
>       "properties": {
>         "name": "Albersdorf",
>         "type": "Open",
>         "elevation": ""
>       },
>       "geometry": {
>         "type": "Point",
>         "coordinates": [
>           13.190206,
>           48.649078
>         ]
>       }
>     },
>     {
>       "type": "Feature",
>       "properties": {
>         "name": "Pfellnkofen",
>         "type": "Open",
>         "elevation": ""
>       },
>       "geometry": {
>         "type": "Point",
>         "coordinates": [
>           12.190206,
>           48.649078
>         ]
>       }
>     }
>   ]
> }
>
>
> best
> Darek
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/12dbdd21-eccb-46ea-9602-180026ef132eo%40googlegroups.com.

Reply via email to