{"id":15107704,"url":"https://github.com/sebastianconcept/json","last_synced_at":"2026-03-09T15:05:33.673Z","repository":{"id":65641163,"uuid":"240580905","full_name":"sebastianconcept/JSON","owner":"sebastianconcept","description":"JSON port from older PharoExtras @ Smalltalkhub ","archived":false,"fork":false,"pushed_at":"2024-01-26T00:18:38.000Z","size":45,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-15T19:58:04.617Z","etag":null,"topics":["json","pharo","pharo-smalltalk","smalltalk"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sebastianconcept.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-14T19:11:38.000Z","updated_at":"2024-03-22T11:21:43.000Z","dependencies_parsed_at":"2024-09-20T15:31:42.806Z","dependency_job_id":null,"html_url":"https://github.com/sebastianconcept/JSON","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianconcept%2FJSON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianconcept%2FJSON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianconcept%2FJSON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianconcept%2FJSON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebastianconcept","download_url":"https://codeload.github.com/sebastianconcept/JSON/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241984694,"owners_count":20052944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["json","pharo","pharo-smalltalk","smalltalk"],"created_at":"2024-09-25T21:41:06.504Z","updated_at":"2026-03-09T15:05:33.639Z","avatar_url":"https://github.com/sebastianconcept.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON\n\nJSON abstraction for Pharo Smalltalk\n\n![build](https://github.com/sebastianconcept/JSON/actions/workflows/build.yml/badge.svg)\n\n[![Release](https://img.shields.io/github/v/tag/sebastianconcept/JSON?label=release)](https://github.com/sebastianconcept/JSON/releases)\n[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE.txt)\n\n[![Pharo 7](https://img.shields.io/badge/Pharo-7-%23383932.svg)](https://pharo.org/download)\n[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23383932.svg)](https://pharo.org/download)\n\nThis is a port from older `smalltalkhub.com/PharoExtras/JSON`\n\nThis is a comfortable way to use Smalltalk objects that your program can eventually represent as JSON.\n\n## Example\n\n```smalltalk\n\"This is how you would use a typical dictionary:\"\ntheUniverseAndEverything := Dictionary new\n\tat: #theQuestion put: 'Questioner asks';\n\tat: #answer put: 42;\n\tyourself.\n\n\n\"JsonObject instances are like dictionaries\nthat use DoesNotUnderstand to set their values:\"\ntheUniverseAndEverything := JsonObject new\n\ttheQuestion: 'Questioner asks';\n\tanswer: 42;\n\tyourself.\n\n\"And then you can:\"\ntheUniverseAndEverything asJSONString.\n'{\"answer\"\":42,\"theQuestion\":\"Questioner asks\"}'\n```\n\n## Load from Playground\n\n```smalltalk\nMetacello new\n  baseline:'JSON';\n  repository: 'github://sebastianconcept/JSON:latest/src';\n  load.\n```\n\n## Load as dependency\n\n```smalltalk\nspec\n  baseline: 'JSON'\n  with: [ spec\n    loads: #('JSON');\n    repository: 'github://sebastianconcept/JSON:latest/src' ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastianconcept%2Fjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebastianconcept%2Fjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastianconcept%2Fjson/lists"}