{"id":19258831,"url":"https://github.com/lucascompython/dsc","last_synced_at":"2026-05-01T21:06:42.690Z","repository":{"id":152615900,"uuid":"615901317","full_name":"lucascompython/dsc","owner":"lucascompython","description":"A blazingly fast Data Serialization Language Convertor","archived":false,"fork":false,"pushed_at":"2024-12-06T13:12:15.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T18:16:41.166Z","etag":null,"topics":["blazingly-fast","cli","json","rust","serde","toml","tool","xml","yaml"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucascompython.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":"2023-03-19T02:14:25.000Z","updated_at":"2024-12-06T13:12:19.000Z","dependencies_parsed_at":"2025-01-05T09:27:00.862Z","dependency_job_id":"567c8f0e-9112-424b-839c-3e6090c8840e","html_url":"https://github.com/lucascompython/dsc","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/lucascompython/dsc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascompython%2Fdsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascompython%2Fdsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascompython%2Fdsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascompython%2Fdsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucascompython","download_url":"https://codeload.github.com/lucascompython/dsc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascompython%2Fdsc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blazingly-fast","cli","json","rust","serde","toml","tool","xml","yaml"],"created_at":"2024-11-09T19:14:31.008Z","updated_at":"2026-05-01T21:06:42.673Z","avatar_url":"https://github.com/lucascompython.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dsc (Data Serialization Language Converter)\n\nThis is a `blazingly fast` tool that converts data from one format to another .  \nIt uses [serde](https://crates.io/crates/serde), [serde_json](https://crates.io/crates/serde_json), [serde_yaml](https://crates.io/crates/serde_yaml), [toml](https://crates.io/crates/toml) and [quick-xml](https://crates.io/crates/quick-xml) to do the heavy lifting.  \nNull values are not supported in toml, at least for now.\n\n## Examples\n\n```ps1\ndsc --help # to see all the options\n```\n\nReading from stdin and writing to a file:\n\n```ps1\ncat input.json | dsc --from json out.yaml # target format is inferred from the file extension \n```\n\nWriting to stdout and reading from a file:\n\n```ps1\ndsc input.toml --to xml \u003e out.xml # source format is inferred from the file extension \n```\n\nReading from stdin and writing to stdout:\n\n```ps1\n# here both formats need to be explicitly specified because there are no file extensions\ncurl -s https://api.github.com/users/lucascompython | dsc --from json --to yaml | cat \n```\n\nReading from a file and writing to another file:\n\n```ps1\n# the -o flags enables whitespace removal and the -r flag sets the root tag for xml\ndsc input.toml out.xml -r roottag -o # formats are inferred from the file extensions\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucascompython%2Fdsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucascompython%2Fdsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucascompython%2Fdsc/lists"}