{"id":16937398,"url":"https://github.com/martinlindhe/tiled-parser","last_synced_at":"2025-10-18T20:40:57.739Z","repository":{"id":57669847,"uuid":"97384072","full_name":"martinlindhe/tiled-parser","owner":"martinlindhe","description":"Deserializes and serializes Tiled .json files, using serde_json","archived":false,"fork":false,"pushed_at":"2017-07-16T23:02:02.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T08:24:41.818Z","etag":null,"topics":["rust-library","tiled","tiled-map-editor"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/martinlindhe.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}},"created_at":"2017-07-16T13:11:13.000Z","updated_at":"2021-09-16T20:35:10.000Z","dependencies_parsed_at":"2022-09-26T20:40:35.564Z","dependency_job_id":null,"html_url":"https://github.com/martinlindhe/tiled-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinlindhe%2Ftiled-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinlindhe%2Ftiled-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinlindhe%2Ftiled-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinlindhe%2Ftiled-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martinlindhe","download_url":"https://codeload.github.com/martinlindhe/tiled-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244739949,"owners_count":20501992,"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":["rust-library","tiled","tiled-map-editor"],"created_at":"2024-10-13T20:59:28.525Z","updated_at":"2025-10-18T20:40:57.657Z","avatar_url":"https://github.com/martinlindhe.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tiled-parser\n\n[![Travis-CI](https://api.travis-ci.org/martinlindhe/tiled-parser.svg)](https://travis-ci.org/martinlindhe/tiled-parser) [![Crates.io](https://img.shields.io/crates/v/tiled-parser.svg)](https://crates.io/crates/tiled-parser)\n\nDeserializes and serializes [Tiled](http://www.mapeditor.org/) .json maps, using serde_json\n\n\n### Usage\n\nIn Cargo.toml:\n\n```tiled-parser = \"0.1\"```\n\n```rust\nextern crate tiled_parser;\n\nlet data = include_str!(\"test-data/levels/super_mario.json\");\n\n// deserialize\nlet mut level = tiled_parser::load_level(data);\nprintln!(\"{:?}\", level);\n\nlevel.width = 128;\n\n// serialize\nlet serialized = serde_json::to_string(\u0026level).unwrap();\nprintln!(\"serialized = {}\", serialized);\n```\n\n\n### Documentation\n\nhttps://docs.rs/tiled-parser/\n\n\n### License\n\nUnder [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinlindhe%2Ftiled-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartinlindhe%2Ftiled-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinlindhe%2Ftiled-parser/lists"}