{"id":20604824,"url":"https://github.com/themost-framework/json","last_synced_at":"2025-03-06T16:53:21.538Z","repository":{"id":64844232,"uuid":"577631401","full_name":"themost-framework/json","owner":"themost-framework","description":"JSON parser extensions","archived":false,"fork":false,"pushed_at":"2022-12-13T12:00:12.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-26T09:41:54.262Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themost-framework.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":"2022-12-13T07:06:00.000Z","updated_at":"2023-01-31T22:01:43.000Z","dependencies_parsed_at":"2022-12-16T00:54:23.625Z","dependency_job_id":null,"html_url":"https://github.com/themost-framework/json","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themost-framework","download_url":"https://codeload.github.com/themost-framework/json/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242250873,"owners_count":20096895,"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":"2024-11-16T09:24:58.220Z","updated_at":"2025-03-06T16:53:21.512Z","avatar_url":"https://github.com/themost-framework.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm](https://img.shields.io/npm/v/@themost%2Fjson.svg)](https://www.npmjs.com/package/@themost%2Fjson)\n![GitHub top language](https://img.shields.io/github/languages/top/themost-framework/json)\n[![License](https://img.shields.io/npm/l/@themost/json)](https://github.com/themost-framework/json/blob/master/LICENSE)\n![GitHub last commit](https://img.shields.io/github/last-commit/themost-framework/json)\n![GitHub Release Date](https://img.shields.io/github/release-date/themost-framework/json)\n[![npm](https://img.shields.io/npm/dw/@themost/json)](https://www.npmjs.com/package/@themost%2Fjson)\n![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/@themost/json)\n\n![MOST Web Framework Zero Gravity](https://raw.githubusercontent.com/themost-framework/common/master/docs/img/themost_framework_v3_128.png)\n\n# @themost/json\nJSON parser extensions for formatting and parsing date values\n\n## Usage\n\n    npm i @themost/json\n\nExtend `JSON.stringify` and `JSON.parse` to use and parse date values with timezone by importing `@themost/json/register` module:\n\n    import {@themost/json/register}\n\nThe default result of the native `JSON.stringify()` function:\n\n    {\n        \"message\": \"Hello World\",\n        \"createdAt\": \"2022-12-13T09:27:13.531Z\"\n    }\n\nwill be replaced by the following:\n\n    {\n        \"message\": \"Hello World\",\n        \"createdAt\": \"2022-12-13T10:27:13.531+01:00\"\n    }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Fjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemost-framework%2Fjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Fjson/lists"}