https://github.com/feenkcom/gt4json
Glamorous JSON Toolkit
https://github.com/feenkcom/gt4json
Last synced: 3 months ago
JSON representation
Glamorous JSON Toolkit
- Host: GitHub
- URL: https://github.com/feenkcom/gt4json
- Owner: feenkcom
- License: mit
- Created: 2022-04-14T18:55:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-06T19:14:57.000Z (3 months ago)
- Last Synced: 2026-03-06T22:37:11.632Z (3 months ago)
- Language: Smalltalk
- Size: 984 KB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#gt4json
Glamorous JSON Toolkit
##Installation
```Smalltalk
Metacello new
baseline: 'GToolkit4Json';
repository: 'github://feenkcom/gt4json:main/src';
load.
```