{"id":16678962,"url":"https://github.com/joncloud/egad-net","last_synced_at":"2026-04-29T02:03:00.517Z","repository":{"id":40938037,"uuid":"129567644","full_name":"joncloud/egad-net","owner":"joncloud","description":"Convert DataSets using JSON.Net","archived":false,"fork":false,"pushed_at":"2022-12-08T00:56:36.000Z","size":78,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"publish","last_synced_at":"2025-03-06T04:36:31.619Z","etag":null,"topics":["dataset","json","legacy","xml"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joncloud.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":"2018-04-15T01:36:37.000Z","updated_at":"2018-04-18T03:47:26.000Z","dependencies_parsed_at":"2023-01-25T02:00:37.665Z","dependency_job_id":null,"html_url":"https://github.com/joncloud/egad-net","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/joncloud%2Fegad-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fegad-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fegad-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncloud%2Fegad-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joncloud","download_url":"https://codeload.github.com/joncloud/egad-net/tar.gz/refs/heads/publish","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243360769,"owners_count":20278431,"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":["dataset","json","legacy","xml"],"created_at":"2024-10-12T13:32:25.537Z","updated_at":"2025-12-29T02:21:38.147Z","avatar_url":"https://github.com/joncloud.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Egad.NET\n[![NuGet](https://img.shields.io/nuget/v/Egad.svg)](https://www.nuget.org/packages/Egad/)\n\n## Description\nEgad.NET provides additional `DataSet` conversion functionality beyond what is included in Json.NET. It includes functionality necessary to keep the DataSet's XML intact after serializing across JSON. In addition its faster than serializing to an `XmlWriter`!\n\n## Licensing\nReleased under the MIT License.  See the [LICENSE][] file for further details.\n\n## Benchmarks\n### Complex\n``` ini\n\nBenchmarkDotNet=v0.10.14, OS=ubuntu 16.04\nIntel Core i5-2400 CPU 3.10GHz (Sandy Bridge), 1 CPU, 4 logical and 4 physical cores\n.NET Core SDK=2.1.101\n  [Host]     : .NET Core 2.0.6 (CoreCLR 4.6.0.0, CoreFX 4.6.26212.01), 64bit RyuJIT\n  DefaultJob : .NET Core 2.0.6 (CoreCLR 4.6.0.0, CoreFX 4.6.26212.01), 64bit RyuJIT\n\n\n```\n|     Method |     Mean |     Error |    StdDev |   Gen 0 | Allocated |\n|----------- |---------:|----------:|----------:|--------:|----------:|\n|  Xml_Write | 281.6 us | 0.7950 us | 0.7436 us | 21.4844 |  67.39 KB |\n|   Xml_Read | 694.2 us | 3.0124 us | 2.8178 us | 64.4531 | 200.52 KB |\n| Json_Write | 129.0 us | 0.1562 us | 0.1461 us |  8.5449 |  26.61 KB |\n|  Json_Read | 536.4 us | 0.7912 us | 0.7401 us | 24.4141 |  77.15 KB |\n\n\n## Installation\nIn the Package Manager Console execute\n\n```powershell\nInstall-Package Egad\n```\n\nOr update `*.csproj` to include a dependency on\n\n```xml\n\u003cItemGroup\u003e\n  \u003cPackageReference Include=\"Egad\" Version=\"0.1.0-*\" /\u003e\n\u003c/ItemGroup\u003e\n```\n\n## Usage\nEgad.NET builds on top of Json.NET. It works directly with `JsonSerializer` or `JsonSerializerSettings`. Use the `UseEgad()` extension method to start serializing DataSets.\n\n```csharp\nvar dataSet = new DataSet(\"myDataSet\");\nvar settings = new JsonSerializerSettings().UseEgad();\nvar json = JsonConvert.SerializeObject(dataSet, settings);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoncloud%2Fegad-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoncloud%2Fegad-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoncloud%2Fegad-net/lists"}