Skip to content

Commit

Permalink
Use Seaside's JSON support instead of STON to read/write JSON per def…
Browse files Browse the repository at this point in the history
…ault on any platform, remove the use of STON in Pharo
  • Loading branch information
jbrichau committed Jul 20, 2024
1 parent 7e26728 commit 368d592
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
facade
jsonRead: aString
self subclassResponsibility
jsonRead: aString

^ WAJsonParser parse: aString
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
facade
jsonWrite: aDictionary
self subclassResponsibility
jsonWrite: anObject

^ anObject asJson

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'Parasol-Pharo9'!
self packageOrganizer ensurePackage: #'Parasol-Pharo9' withTags: #()!

0 comments on commit 368d592

Please sign in to comment.