{"id":19815002,"url":"https://github.com/cmrigney/fast-xml2js","last_synced_at":"2025-05-01T10:31:24.462Z","repository":{"id":57233166,"uuid":"44189051","full_name":"cmrigney/fast-xml2js","owner":"cmrigney","description":"In-place replacement for xml2js parseString. This is about 20x faster and makes use of the rapidxml C++ library.","archived":true,"fork":false,"pushed_at":"2020-05-07T13:48:51.000Z","size":58,"stargazers_count":12,"open_issues_count":6,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T09:06:30.237Z","etag":null,"topics":["fast","json","xml","xml2js"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/fast-xml2js","language":"C++","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/cmrigney.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":"2015-10-13T16:16:10.000Z","updated_at":"2024-12-12T23:32:03.000Z","dependencies_parsed_at":"2022-08-31T14:11:18.349Z","dependency_job_id":null,"html_url":"https://github.com/cmrigney/fast-xml2js","commit_stats":null,"previous_names":["codyrigney92/fast-xml2js"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmrigney%2Ffast-xml2js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmrigney%2Ffast-xml2js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmrigney%2Ffast-xml2js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmrigney%2Ffast-xml2js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmrigney","download_url":"https://codeload.github.com/cmrigney/fast-xml2js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251850152,"owners_count":21653975,"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":["fast","json","xml","xml2js"],"created_at":"2024-11-12T10:04:08.202Z","updated_at":"2025-05-01T10:31:24.155Z","avatar_url":"https://github.com/cmrigney.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fast-xml2js\n\n**UPDATE: I'm no longer maintaining this project. If you would like to take it over or you know of a solid fork, please reach out!**\n\nIn-place replacement for xml2js parseString. This is about 20x-30x faster and makes use of the rapidxml C++ library.\n\n### Install\nRun ```npm install fast-xml2js```\n\n### Using\nSimply replace\n\n```var parseString = require('xml2js').parseString;```\n\nwith\n\n```var parseString = require('fast-xml2js').parseString;```\n\nThen call it like so:\n\n```\nparseString('\u003csome_xml\u003e', function(err, result) {\n    console.log(result);\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmrigney%2Ffast-xml2js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmrigney%2Ffast-xml2js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmrigney%2Ffast-xml2js/lists"}