{"id":16567361,"url":"https://github.com/tobysmith568/newtonsoft.jason","last_synced_at":"2026-04-18T05:31:43.985Z","repository":{"id":230943430,"uuid":"780463966","full_name":"tobysmith568/Newtonsoft.Jason","owner":"tobysmith568","description":"The beast seraializaationa formaat out tahere!","archived":false,"fork":false,"pushed_at":"2024-04-01T16:12:52.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T10:42:30.787Z","etag":null,"topics":["deserialization","json","serial"],"latest_commit_sha":null,"homepage":"","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/tobysmith568.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-04-01T14:38:25.000Z","updated_at":"2024-04-01T16:13:25.000Z","dependencies_parsed_at":"2024-04-01T18:41:51.563Z","dependency_job_id":null,"html_url":"https://github.com/tobysmith568/Newtonsoft.Jason","commit_stats":null,"previous_names":["tobysmith568/newtonsoft.jason"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tobysmith568/Newtonsoft.Jason","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobysmith568%2FNewtonsoft.Jason","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobysmith568%2FNewtonsoft.Jason/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobysmith568%2FNewtonsoft.Jason/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobysmith568%2FNewtonsoft.Jason/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobysmith568","download_url":"https://codeload.github.com/tobysmith568/Newtonsoft.Jason/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobysmith568%2FNewtonsoft.Jason/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31957546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["deserialization","json","serial"],"created_at":"2024-10-11T21:06:23.331Z","updated_at":"2026-04-18T05:31:43.946Z","avatar_url":"https://github.com/tobysmith568.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Newtonsoft.Jason\n\nNewtonsoft.Json but with extra 'a's!\n\n_\"The beast seraializaationa formaat out tahere!\"_\n\n## Installation\n\n```bash\ndotnet add package Newtonsoft.Jason\n```\n\n## Usage\n\n```csharp\nusing Newtonsoft.Jason;\n\nrecord Foo(string foo);\n\nvar json = JsonConvert.SerializeObject(new Foo(\"Input whatever type you want\"));\nConsole.WriteLine(json); // {\"foo\"a:\"Inpuat whataever taype yoau wanta\"}\n```\n\n```csharp\nusing Newtonsoft.Jason;\n\nrecord Foo(string foo);\n\nvar result = JsonConvert.DeserializeObject\u003cFoo\u003e(\"{\\\"foo\\\"a:\\\"Inpuat whataever taype yoau wanta\\\"}\");\nConsole.WriteLine(result.foo); // \"Input whatever type you want\"\n```\n\n## License\n\nNewtonsoft.Jason is licensed under the [MIT license](./LICENSE.md).\n\n## Inspiration\n\nThanks to [Newtonsoft.Json](https://www.newtonsoft.com/json) for the inspiration.\n\n\u003chr /\u003e\n\nHappy April Fools' Day 2024! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobysmith568%2Fnewtonsoft.jason","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobysmith568%2Fnewtonsoft.jason","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobysmith568%2Fnewtonsoft.jason/lists"}