{"id":19880643,"url":"https://github.com/emzi0767/jsonbourne","last_synced_at":"2026-04-09T20:51:27.620Z","repository":{"id":40853195,"uuid":"260956127","full_name":"Emzi0767/JsonBourne","owner":"Emzi0767","description":"Jesus Christ it's JSON Bourne! A UTF-8 JSON serializer and deserializer!","archived":false,"fork":false,"pushed_at":"2022-12-08T12:10:10.000Z","size":351,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T18:09:57.351Z","etag":null,"topics":["csharp","deserialization","dotnet","dotnet-core","json","netcore","serialization","serialization-library","unicode","utf-8"],"latest_commit_sha":null,"homepage":"https://jsonbourne.emzi0767.com/","language":"C#","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/Emzi0767.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":".github/CONTRIBUTING.MD","funding":null,"license":"LICENSE.TXT","code_of_conduct":".github/CODE_OF_CONDUCT.MD","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-03T15:15:42.000Z","updated_at":"2021-11-23T14:40:59.000Z","dependencies_parsed_at":"2023-01-25T13:01:04.394Z","dependency_job_id":null,"html_url":"https://github.com/Emzi0767/JsonBourne","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/Emzi0767%2FJsonBourne","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emzi0767%2FJsonBourne/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emzi0767%2FJsonBourne/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emzi0767%2FJsonBourne/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Emzi0767","download_url":"https://codeload.github.com/Emzi0767/JsonBourne/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241309103,"owners_count":19941725,"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":["csharp","deserialization","dotnet","dotnet-core","json","netcore","serialization","serialization-library","unicode","utf-8"],"created_at":"2024-11-12T17:12:07.494Z","updated_at":"2025-10-25T00:35:48.205Z","avatar_url":"https://github.com/Emzi0767.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://jsonbourne.emzi0767.com/logo.png\" alt=\"JsonBourne\" width=\"192\" height=\"192\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n\tJsonBourne\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://ci.appveyor.com/project/Emzi0767/jsonbourne\"\u003e\u003cimg src=\"https://img.shields.io/appveyor/ci/Emzi0767/jsonbourne.svg?style=for-the-badge\" alt=\"AppVeyor build status\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://nuget.org/packages/JsonBourne\"\u003e\u003cimg src=\"https://img.shields.io/nuget/v/JsonBourne.svg?style=for-the-badge\u0026label=NuGet\" alt=\"NuGet\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://nuget.emzi0767.com/gallery/package/JsonBourne\"\u003e\u003cimg src=\"https://img.shields.io/badge/dynamic/json.svg?color=yellow\u0026style=for-the-badge\u0026label=slimget\u0026query=%24.items%5B-1%3A%5D.upper\u0026url=https%3A%2F%2Fnuget.emzi0767.com%2Fapi%2Fv3%2Fregistration%2FPlain%2Fjsonbourne%2Findex.json\" alt=\"MyGet\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://discord.gg/DWyBvSJ\"\u003e\u003cimg src=\"https://img.shields.io/discord/501893215025364992.svg?style=for-the-badge\u0026label=Discord\" alt=\"Discord\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nJSON Bourne is a .NET 5-compatible JSON serializer and deserializer designed to work with UTF-8 JSON data \ndirectly. The library aims to provide powerful, but easy-to-use API.\n\n## Requirements\nThe library is built for .NET 5. It is therefore required that you have .NET 5 SDK or better installed. I recommend\nVisual Studio 2019 (version 16.8 or newer) for your IDE. If you are on Linux, Visual Studio Code is my recommendation.\n\nYou are required to know C# on at least intermediate level before attempting to use the library. I will not take any \ntime to explain language basics to you, and if you come to me without understanding the language, I will simply \nredirect you to [the C# guide][9].\n\n### Building\nBuilding JsonBourne from source is possible on both Windows and GNU/Linux operating systems. For more detailed \ninstructions, check out the [building guide][10].\n\n## Installation and usage\nFirst you need to install the library. You can obtain the latest stable releases from [NuGet][5], or, if you're \nfeeling adventurous, you can try the latest nightly builds from [SlimGet][6].\n\n## Documentation and examples\nComplete documentation for the project can be found [right here][1], with a quick start guide available [here][2].\n\nComplete examples can be found in the [examples directory][3].\n\n## Questions?\nIf you need more help, you can come talk to me on [my Discord server][7]:\n\n[![Emzi's Central Dispatch][8]][7]\n\n[1]: https://jsonbourne.emzi0767.com/\n[2]: https://jsonbourne.emzi0767.com/articles/getting_started/intro.html\n[3]: https://github.com/Emzi0767/JsonBourne/tree/master/examples\n[4]: https://ci.appveyor.com/project/Emzi0767/jsonbourne/branch/master\n[5]: https://nuget.org/packages/JsonBourne\n[6]: https://nuget.emzi0767.com/gallery/package/JsonBourne\n[7]: https://discord.gg/DWyBvSJ\n[8]: https://discordapp.com/api/guilds/501893215025364992/embed.png?style=banner2\n[9]: https://docs.microsoft.com/en-us/dotnet/csharp/\n[10]: https://github.com/Emzi0767/Clyde.NET/blob/master/BUILDING.MD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femzi0767%2Fjsonbourne","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femzi0767%2Fjsonbourne","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femzi0767%2Fjsonbourne/lists"}