Why does this fail?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
STON fromString: (
STON toStringPretty: (Dictionary with: UUID new -> nil)
)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I would assume that if it can be serialized, then it should be also parsable.
Having scalars for keys is JSON (and JavaScript) limitation because it's stupid,
but if Smalltalk can have any hashable object for key (so any object), then it should be also possible to STON it in/out.
Would this be hard to change?
Peter