{"id":13770389,"url":"https://github.com/svenvc/NeoJSON","last_synced_at":"2025-05-11T03:32:45.018Z","repository":{"id":9390281,"uuid":"11252378","full_name":"svenvc/NeoJSON","owner":"svenvc","description":"NeoJSON is an elegant and efficient standalone Smalltalk framework to read and write JSON converting to or from Smalltalk objects.","archived":false,"fork":false,"pushed_at":"2025-04-15T06:46:03.000Z","size":237,"stargazers_count":44,"open_issues_count":1,"forks_count":22,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-15T07:39:21.847Z","etag":null,"topics":["json","mapping","pharo","smalltalk"],"latest_commit_sha":null,"homepage":null,"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/svenvc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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":"2013-07-08T11:07:47.000Z","updated_at":"2025-04-15T06:46:08.000Z","dependencies_parsed_at":"2023-01-11T20:12:06.709Z","dependency_job_id":"76fd5836-78b5-4fc8-b964-4501152d4851","html_url":"https://github.com/svenvc/NeoJSON","commit_stats":{"total_commits":50,"total_committers":6,"mean_commits":8.333333333333334,"dds":0.56,"last_synced_commit":"f5652fb238989c9b4287179ff0725eab25765033"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2FNeoJSON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2FNeoJSON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2FNeoJSON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2FNeoJSON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svenvc","download_url":"https://codeload.github.com/svenvc/NeoJSON/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514352,"owners_count":21920327,"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","mapping","pharo","smalltalk"],"created_at":"2024-08-03T17:00:36.808Z","updated_at":"2025-05-11T03:32:44.635Z","avatar_url":"https://github.com/svenvc.png","language":"Smalltalk","funding_links":[],"categories":["Data Collection","Data interexchange format"],"sub_categories":[],"readme":"# NeoJSON\n\nNeoJSON is an elegant and efficient standalone Smalltalk framework to read and write JSON converting to or from Smalltalk objects.\n\n[![CI](https://github.com/svenvc/NeoJSON/actions/workflows/CI.yml/badge.svg)](https://github.com/svenvc/NeoJSON/actions/workflows/CI.yml)\n\nMIT Licensed.\n\nA chapter in the [Enterprise Pharo](https://books.pharo.org/enterprise-pharo/) book is a good introduction to [NeoJSON](https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/NeoJSON/NeoJSON.html).\n\nGo ahead and read the [NeoJSON paper](https://github.com/svenvc/docs/blob/master/neo/neo-json-paper.md).\n\nBasically, NeoJSONWriter is used to write a JSON representation of Smalltalk objects to a textual stream.\nSimilary, NeoJSONReader is used to parse a JSON representation from a textual stream into Smalltalk objects.\n\nhttp://www.json.org\nhttps://en.wikipedia.org/wiki/JSON\n\n## Installation\n\nYou can load NeoJSON using Metacello\n\n```Smalltalk\nMetacello new\n  repository: 'github://svenvc/NeoJSON/repository';\n  baseline: 'NeoJSON';\n  load.\n```\n\nYou can use the following dependency from your own Metacello configuration or baseline\n\n```Smalltalk\nspec baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ].\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenvc%2FNeoJSON","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvenvc%2FNeoJSON","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenvc%2FNeoJSON/lists"}