{"id":17328980,"url":"https://github.com/weblancaster/grunt-relaxed-json","last_synced_at":"2025-03-27T05:26:43.258Z","repository":{"id":22890276,"uuid":"26238572","full_name":"weblancaster/grunt-relaxed-json","owner":"weblancaster","description":"Grunt task for relaxed-json","archived":false,"fork":false,"pushed_at":"2014-11-19T18:40:41.000Z","size":473,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-06T05:12:24.087Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weblancaster.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":"2014-11-05T20:36:20.000Z","updated_at":"2023-03-12T18:38:59.000Z","dependencies_parsed_at":"2022-08-21T05:10:29.376Z","dependency_job_id":null,"html_url":"https://github.com/weblancaster/grunt-relaxed-json","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblancaster%2Fgrunt-relaxed-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblancaster%2Fgrunt-relaxed-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblancaster%2Fgrunt-relaxed-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblancaster%2Fgrunt-relaxed-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weblancaster","download_url":"https://codeload.github.com/weblancaster/grunt-relaxed-json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236649753,"owners_count":19183260,"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-10-15T14:25:45.827Z","updated_at":"2025-02-01T10:26:29.567Z","avatar_url":"https://github.com/weblancaster.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Grunt-relaxed-json\n==============\n\nGrunt task for [relaxed-json](https://github.com/phadej/relaxed-json).\nRelaxed JSON is strict superset JSON, relaxing strictness of valilla JSON\n\nRequires grunt 0.4\n\n### Install\n\n    npm install grunt-relaxed-json --save-dev\n\n### Configure\n\nTo know more about the configuration options please visit [relaxed-json](https://github.com/phadej/relaxed-json).\n\nAdd the following (multi-)task to your Gruntfile:\n\n```ruby\nrjson: {\n  options: {\n    src: [\n      'some/file.json'\n    ],\n    tolerant: true,\n    duplicate: true\n  }\n}\n```\n\nAdd the following to load the task into your Gruntfile:\n\n```ruby\ngrunt.loadNpmTasks('grunt-relaxed-json');\n```\n\nAn error will be thrown if the JSON file contains syntax errors related to the options passed on the task\n\n### Release History\n\n* 2014-11-11   v1.0.0   First official release\n* 2014-11-11   v1.0.1   Code refactoring\n* 2014-11-11   v1.0.2   Fix warning messages\n* 2014-11-17   v1.0.3   Add recursive path and code refactoring\n* 2014-11-17   v1.0.4   Update package.json\n\n### Contributing\n \n1. Fork it!\n2. Create your branch: `git checkout -b my-new-branch`\n3. Commit your changes: `git commit -am 'fix stuff'`\n4. Push to the branch: `git push origin my-new-branch`\n5. Submit a pull request\n\n\n### License\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 Michael Lancaster\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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweblancaster%2Fgrunt-relaxed-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweblancaster%2Fgrunt-relaxed-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweblancaster%2Fgrunt-relaxed-json/lists"}