2022-05-23 08:14:02 +00:00
caption: jsontiddlers
2015-02-24 16:41:16 +00:00
created: 20150221152226000
2022-05-23 08:14:02 +00:00
modified: 20220427171155184
2015-02-24 16:41:16 +00:00
tags: Macros [[Core Macros]]
title: jsontiddlers Macro
type: text/vnd.tiddlywiki
2022-05-23 08:14:02 +00:00
The <<.def jsontiddlers>> [[macro|Macros]] returns the fields of a [[selection of tiddlers|Title Selection]] in [[JSON|JavaScript Object Notation]] form. See [[JSON in TiddlyWiki]] for an overview.
2015-02-24 16:41:16 +00:00
An example can be seen in the [[template tiddler for JSON exports|$:/core/templates/exporters/JsonFile]].
!! Parameters
;filter
: A [[filter|Filters]] selecting which tiddlers to include
2020-02-04 13:57:24 +00:00
;spaces
: An optional number of spaces to use for formatting the JSON. Defaults to 4, with blank or zero resulting in packed JSON with no formatting spaces