{"id":24014954,"url":"https://github.com/maxatwork/jsonxml","last_synced_at":"2026-05-13T22:34:59.537Z","repository":{"id":8232955,"uuid":"9674393","full_name":"maxatwork/JsonXml","owner":"maxatwork","description":"JsonXml - sequential conversion XML \u003c--\u003e JSON for .NET","archived":false,"fork":false,"pushed_at":"2013-04-29T10:06:17.000Z","size":2526,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T07:42:39.756Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"heikki/slush-tessel","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxatwork.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}},"created_at":"2013-04-25T15:02:37.000Z","updated_at":"2013-12-13T03:31:27.000Z","dependencies_parsed_at":"2022-09-19T22:03:08.519Z","dependency_job_id":null,"html_url":"https://github.com/maxatwork/JsonXml","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/maxatwork%2FJsonXml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxatwork%2FJsonXml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxatwork%2FJsonXml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxatwork%2FJsonXml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxatwork","download_url":"https://codeload.github.com/maxatwork/JsonXml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240718991,"owners_count":19846485,"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":[],"created_at":"2025-01-08T07:38:16.960Z","updated_at":"2026-05-13T22:34:54.514Z","avatar_url":"https://github.com/maxatwork.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"#JsonXml\r\n\r\nSequential JSON \u003c--\u003e XML conversion for .NET\r\n\r\nProvides \r\n - JsonXmlReader -- implementation of XmlReader which reads JSON from provided JsonReader and converts it to XML\r\n - XmlJsonReader -- implementation of JsonReader which reads XML from provided XmlReader and converts it to JSON\r\n\r\n##Attributes\r\n\r\n```xml\r\n\u003cRoot\u003e\r\n  \u003cFoo bar=\"baz\" /\u003e\r\n\u003c/Root\u003e\r\n```\r\n\r\n```json\r\n{\r\n  \"Foo\" : {\r\n    \"@bar\": \"baz\"\r\n  }\r\n}\r\n```\r\n\r\n##Arrays\r\n\r\n```xml\r\n\u003cRoot\u003e\r\n  \u003cItems\u003e\r\n    \u003cItem\u003efoo\u003c/Item\u003e\r\n    \u003cItem\u003ebar\u003c/Item\u003e\r\n    \u003cItem\u003ebaz\u003c/Item\u003e\r\n  \u003c/Items\u003e\r\n\u003c/Root\u003e\r\n```\r\n\r\n```json\r\n{\r\n  \"Items\": [ \"foo\", \"bar\", \"baz\" ]\r\n}\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxatwork%2Fjsonxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxatwork%2Fjsonxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxatwork%2Fjsonxml/lists"}