{"id":20305541,"url":"https://github.com/dervexdev/json2lua","last_synced_at":"2026-05-01T22:35:27.103Z","repository":{"id":213948632,"uuid":"735333751","full_name":"DervexDev/json2lua","owner":"DervexDev","description":"Convert JSON to Lua table","archived":false,"fork":false,"pushed_at":"2025-06-29T15:14:46.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T16:27:05.480Z","etag":null,"topics":["json","lua","parser","rust","table"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/json2lua","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DervexDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2023-12-24T14:30:13.000Z","updated_at":"2025-06-29T15:14:49.000Z","dependencies_parsed_at":"2023-12-24T15:32:10.681Z","dependency_job_id":"9fb1f04b-d672-4754-bf6f-03b09c15f22c","html_url":"https://github.com/DervexDev/json2lua","commit_stats":null,"previous_names":["dervexhero/json2lua","dervexdev/json2lua"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DervexDev/json2lua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Fjson2lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Fjson2lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Fjson2lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Fjson2lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DervexDev","download_url":"https://codeload.github.com/DervexDev/json2lua/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Fjson2lua/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32515838,"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":["json","lua","parser","rust","table"],"created_at":"2024-11-14T17:08:53.331Z","updated_at":"2026-05-01T22:35:27.066Z","avatar_url":"https://github.com/DervexDev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# json2lua\n\nConvert JSON to Lua table\n\n\u003cdiv\u003e\n  \u003ca href=\"https://crates.io/crates/json2lua\"\u003e\u003cimg alt='Version badge' src='https://img.shields.io/crates/v/json2lua.svg'\u003e\u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/json2lua\"\u003e\u003cimg alt='Downloads badge' src='https://img.shields.io/crates/d/json2lua.svg'\u003e\u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/json2lua\"\u003e\u003cimg alt='License badge' src='https://img.shields.io/crates/l/json2lua.svg'\u003e\u003c/a\u003e\n  \u003ca href=\"https://docs.rs/json2lua\"\u003e\u003cimg alt=\"Docs badge\" src=\"https://img.shields.io/docsrs/json2lua\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## Example:\n\n```rust\nuse json2lua::parse;\n\nlet json = r#\"{\n  \"string\": \"abc\",\n  \"int\": 123,\n  \"bool\": true,\n  \"null\": null\n}\"#;\n\nlet lua = parse(json).unwrap();\n// Output:\n// {\n//   [\"string\"] = \"abc\",\n//   [\"int\"] = 123,\n//   [\"bool\"] = true,\n//   [\"null\"] = nil,\n// }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdervexdev%2Fjson2lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdervexdev%2Fjson2lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdervexdev%2Fjson2lua/lists"}