{"id":15107590,"url":"https://github.com/evref-bl/yaml2json","last_synced_at":"2026-01-19T13:01:33.374Z","repository":{"id":91712921,"uuid":"597049866","full_name":"Evref-BL/yaml2json","owner":"Evref-BL","description":"Convert yaml (found in flutter project) to json","archived":false,"fork":false,"pushed_at":"2023-02-15T17:17:40.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-05T14:42:15.698Z","etag":null,"topics":["json","pharo","yaml"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Evref-BL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-02-03T14:15:47.000Z","updated_at":"2023-02-20T16:29:11.000Z","dependencies_parsed_at":"2023-04-01T11:51:53.529Z","dependency_job_id":null,"html_url":"https://github.com/Evref-BL/yaml2json","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":0.5,"last_synced_commit":"213a2a3f1c0c226b0101b40409b89b5c7c01fa23"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Evref-BL/yaml2json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2Fyaml2json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2Fyaml2json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2Fyaml2json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2Fyaml2json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Evref-BL","download_url":"https://codeload.github.com/Evref-BL/yaml2json/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2Fyaml2json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28568833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T12:50:50.164Z","status":"ssl_error","status_checked_at":"2026-01-19T12:50:42.704Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","yaml"],"created_at":"2024-09-25T21:25:49.066Z","updated_at":"2026-01-19T13:01:33.351Z","avatar_url":"https://github.com/Evref-BL.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yaml2json\nConvert yaml (found in flutter project) to json\n## Installation\n\n```st\nMetacello new\n  githubUser: 'Evref-BL' project: 'yaml2json' commitish: 'main' path: 'src';\n  baseline: 'YamlToJson';\n  load\n```\n\n## API \n\n   Note that this API is a work in progress and will evolve over time. \n\n```st\ny2j := Yaml2Json new. \n\n\"aString is the entire Yaml content of a file\"\naString := 'path/to/pubspec.yaml' asFileLocator contents. \n\n\"specfic method to handle the yaml tipically found in pubspec.yaml of a flutter project\"\ny2j convertPubSpecYamlToJson: aString. \"^ JsonContent as a String\"\n\n\"specfic method to handle the yaml tipically found in pubspec.lock of a flutter project (no syntax differences with yaml, but the file content is easier to parser). \"\ny2j convertPubSpecLockToJson: aString. \"^ JsonContent as a String\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevref-bl%2Fyaml2json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevref-bl%2Fyaml2json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevref-bl%2Fyaml2json/lists"}