{"id":20366859,"url":"https://github.com/distantcam/jsonboxnet","last_synced_at":"2026-06-09T05:02:14.468Z","repository":{"id":143492154,"uuid":"221687985","full_name":"distantcam/JsonBoxNet","owner":"distantcam","description":"A .NET wrapper for jsonbox.io","archived":false,"fork":false,"pushed_at":"2020-03-09T11:17:14.000Z","size":118,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-25T05:07:09.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://distantcam.github.io/JsonBoxNet/","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/distantcam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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,"publiccode":null,"codemeta":null}},"created_at":"2019-11-14T12:03:00.000Z","updated_at":"2020-03-09T11:17:16.000Z","dependencies_parsed_at":"2023-11-02T21:15:14.190Z","dependency_job_id":null,"html_url":"https://github.com/distantcam/JsonBoxNet","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/distantcam/JsonBoxNet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/distantcam%2FJsonBoxNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/distantcam%2FJsonBoxNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/distantcam%2FJsonBoxNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/distantcam%2FJsonBoxNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/distantcam","download_url":"https://codeload.github.com/distantcam/JsonBoxNet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/distantcam%2FJsonBoxNet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34092262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":[],"created_at":"2024-11-15T00:27:31.685Z","updated_at":"2026-06-09T05:02:14.454Z","avatar_url":"https://github.com/distantcam.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"project-logo.png\" align=\"left\" width=\"190px\" height=\"190px\"/\u003e\n\u003cimg align=\"left\" width=\"0\" height=\"192px\" hspace=\"10\"/\u003e\n\n\u003e A .NET library for using https://jsonbox.io/\n\n![Under Development](https://img.shields.io/badge/under-development-orange.svg?style=flat-square) ![License from GitHub](https://img.shields.io/github/license/distantcam/jsonboxnet?style=flat-square) ![Nuget](https://img.shields.io/nuget/v/jsonboxnet?style=flat-square)  \n![.NET Core 3.0](https://img.shields.io/badge/.NET-Core%203.0-blue.svg?style=flat-square) ![.NET Framework 4.6.2](https://img.shields.io/badge/.NET-Framework%204.6.2-blue.svg?style=flat-square)\n\n\u003e These libraries provide a simple way to quickly store objects in https://jsonbox.io/. The `JsonBoxNet.Newtonsoft` package uses `Json.NET` to serialize your objects.\n\n\u003cbr\u003e\n\n## Installing\n\n```sh\nPM\u003e Install-Package JsonBoxNet.Newtonsoft\n# or\n\u003e dotnet add package JsonBoxNet.Newtonsoft\n\nPM\u003e Install-Package JsonBoxNet.TextJson\n# or\n\u003e dotnet add package JsonBoxNet.TextJson\n```\n\n## Nuget Packages\n\n| Package Name | Version | API |\n| ------------ | :-----: | :-: |\n| JsonBoxNet | ![JsonBoxNet Nuget](https://img.shields.io/nuget/v/JsonBoxNet) | [API](wiki/JsonBoxNet)\n| JsonBoxNet.Newtonsoft | ![JsonBoxNet.Newtonsoft Nuget](https://img.shields.io/nuget/v/JsonBoxNet.Newtonsoft) | [API](wiki/JsonBoxNet.Newtonsoft)\n| JsonBoxNet.TextJson | ![JsonBoxNet.TextJson Nuget](https://img.shields.io/nuget/v/JsonBoxNet.TextJson) | [API](wiki/JsonBoxNet.TextJson)\n\n## Icon\n\n[Box](https://thenounproject.com/term/box/1647610) by [scarlett mckay](https://thenounproject.com/scarlett.mckay/) from [The Noun Project](https://thenounproject.com).\n\n## License\n\n![License from GitHub](https://img.shields.io/github/license/distantcam/jsonboxnet?style=flat-square)\n\nCopyright (c) 2019 Cameron MacFarland\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdistantcam%2Fjsonboxnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdistantcam%2Fjsonboxnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdistantcam%2Fjsonboxnet/lists"}