LeSerializedObjectSnippet

Description

A Lepiter snippet that stores JSON data or arbitrary Pharo objects (that have JSON mappings)

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
Dec. 26, 2025
Updated
Jan. 21, 2026

Categories

Serialization

README excerpt

## Installation

```Smalltalk
[ EpMonitor current
	disableDuring: [ Metacello new
			repository: 'github://botwhytho/LeSerializedObjectSnippet:main/src';
			baseline: 'LeSerializedObjectSnippet';
			load ] ] asAsyncPromiseWithUserBackgroundPriority
```

To depend on this package add this to your baseline:

```Smalltalk
spec baseline: 'LeSerializedObjectSnippet' with: [spec repository: 'github://botwhytho/LeSerializedObjectSnippet:main/src']
```
← Back to results