{"id":18465668,"url":"https://github.com/oct16/jsonstyle","last_synced_at":"2025-05-04T09:24:18.100Z","repository":{"id":57286055,"uuid":"63786389","full_name":"oct16/jsonstyle","owner":"oct16","description":"change your json style","archived":false,"fork":false,"pushed_at":"2016-07-31T17:56:09.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-30T01:06:44.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oct16.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-20T14:05:52.000Z","updated_at":"2018-08-29T16:03:24.000Z","dependencies_parsed_at":"2022-09-18T18:28:44.075Z","dependency_job_id":null,"html_url":"https://github.com/oct16/jsonstyle","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/oct16%2Fjsonstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oct16%2Fjsonstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oct16%2Fjsonstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oct16%2Fjsonstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oct16","download_url":"https://codeload.github.com/oct16/jsonstyle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251608421,"owners_count":21616858,"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-06T09:13:51.547Z","updated_at":"2025-04-30T01:06:47.836Z","avatar_url":"https://github.com/oct16.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jsonstyle是一个json风格转换器  \n它可以把任何合法的json对象转换成驼峰或下划线风格\n\n[DEMO](http://fengfan.me/jsonstyle)\n\n### Install\n```\n npm i jsonstyle --save\n```\n\n### Usage\n```\n//in nodeJs ES6\nimport jsonstyle from 'jsonstyle'\nlet json = {}\nlet result1 = jsonstyle.c(json)  //转驼峰风格\nlet result2 = jsonstyle._(json)  //转下划线风格\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foct16%2Fjsonstyle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foct16%2Fjsonstyle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foct16%2Fjsonstyle/lists"}