{"id":24714109,"url":"https://github.com/vqcomms/scriptcs.json","last_synced_at":"2025-08-30T22:13:47.797Z","repository":{"id":31531019,"uuid":"35095551","full_name":"VQComms/ScriptCs.Json","owner":"VQComms","description":null,"archived":false,"fork":false,"pushed_at":"2015-05-05T11:36:59.000Z","size":96,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-02T07:53:24.914Z","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":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VQComms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-05T11:35:25.000Z","updated_at":"2016-10-08T12:13:13.000Z","dependencies_parsed_at":"2022-09-09T20:41:46.449Z","dependency_job_id":null,"html_url":"https://github.com/VQComms/ScriptCs.Json","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/VQComms%2FScriptCs.Json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VQComms%2FScriptCs.Json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VQComms%2FScriptCs.Json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VQComms%2FScriptCs.Json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VQComms","download_url":"https://codeload.github.com/VQComms/ScriptCs.Json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235820071,"owners_count":19050101,"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-27T08:15:07.371Z","updated_at":"2025-01-27T08:15:08.196Z","avatar_url":"https://github.com/VQComms.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScriptCs.Json [![NuGet](http://img.shields.io/nuget/v/ScriptCs.Json.svg?style=flat)](https://www.nuget.org/packages/ScriptCs.Json/)\n\nThis is a cross platform ScriptCs library that allows you deserialize JSON into objects.\n\n## Usage\n\n`scriptcs -install ScriptCs.Json` \n\n```\npublic class Person\n{\n    public string FirstName{ get; set; }\n\n    public string LastName{ get; set; }\n\n    public string FullName{ get { return FirstName + \" \" + LastName; } }\n}\n\nvar myjson = \"{\\\"firstname\\\":\\\"bob\\\",\\\"lastname\\\":\\\"smith\\\"}\";\n\nvar json = new Json();\n\nvar person = json.Deserialize\u003cPerson\u003e(myjson);\nConsole.WriteLine(person.FullName);\n\nvar otherPerson = json.DeserializeFromFile\u003cPerson\u003e(\"json.txt\");\nConsole.WriteLine(otherPerson.FullName);\n\nConsole.WriteLine(\"Fin!\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvqcomms%2Fscriptcs.json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvqcomms%2Fscriptcs.json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvqcomms%2Fscriptcs.json/lists"}