1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Add concept of JSON Tiddlers

This commit is contained in:
Astrid Elocson 2014-12-28 09:54:44 +00:00
parent 9aafed511b
commit 4f1d6f71fc

View File

@ -0,0 +1,10 @@
created: 20141228094500000
modified: 20141228094500000
tags: Concepts
title: JSONTiddlers
A JSON tiddler is a [[data tiddler|DataTiddlers]] containing a [[JSON]] structure in its `text` field.
Its [[ContentType]] is `application/json`.
The [[history list|$:/HistoryList]] is a good example of a JSON tiddler.