Improving exportation.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-07-06 12:18:29 -05:00
parent 5cc4d7cfa4
commit 2839a79e04

View File

@ -34,7 +34,7 @@ Tiddler >> asDictionary [
{ #category : #converting } { #category : #converting }
Tiddler >> asJson [ Tiddler >> asJson [
^ STON toStringPretty: self asDictionary ^ STONJSON toStringPretty: self asDictionary
] ]
{ #category : #accessing } { #category : #accessing }