Skip to content

Commit

Permalink
Convenience methods Object>>#stonEncoded and String>>#stonDecoded added
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvc committed Jan 24, 2024
1 parent 5af627a commit ab3e2b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*STON-Core
stonEncoded
"Encode me into an STON textual representation"

^ STON toStringPretty: self
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*STON-Core
stonDecoded
"Decode me as an STON textual representation"

^ STON fromString: self

0 comments on commit ab3e2b6

Please sign in to comment.