{"id":16925043,"url":"https://github.com/hiroppy/njo","last_synced_at":"2026-05-04T22:31:49.882Z","repository":{"id":66361437,"uuid":"57935554","full_name":"hiroppy/njo","owner":"hiroppy","description":"njo creates JSON objects on command line.","archived":false,"fork":false,"pushed_at":"2020-08-17T02:49:18.000Z","size":9,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T09:38:16.212Z","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/hiroppy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-03T02:27:38.000Z","updated_at":"2019-07-11T16:15:09.000Z","dependencies_parsed_at":"2023-02-22T12:46:12.525Z","dependency_job_id":null,"html_url":"https://github.com/hiroppy/njo","commit_stats":null,"previous_names":["abouthiroppy/njo"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fnjo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fnjo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fnjo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fnjo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroppy","download_url":"https://codeload.github.com/hiroppy/njo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244719462,"owners_count":20498655,"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-13T20:08:40.968Z","updated_at":"2026-05-04T22:31:49.820Z","avatar_url":"https://github.com/hiroppy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-jo\n\n[![Build Status](https://travis-ci.org/abouthiroppy/njo.svg?branch=master)](https://travis-ci.org/abouthiroppy/njo)\n[![codecov](https://codecov.io/gh/abouthiroppy/njo/branch/master/graph/badge.svg)](https://codecov.io/gh/abouthiroppy/njo)\n\n`njo` creates JSON objects.\n\n## Install\n```\n$ npm install -g njo\n```\n\n## Respect\n[jpmens/jo](https://github.com/jpmens/jo)\n\n## Example\n```\n$ njo fruits=[apple,orange] favorite=pineapple\n{\n  \"fruits\": [\n    \"apple\",\n    \"orange\"\n  ],\n  \"favorite\": \"pineapple\"\n}\n\n# if you want to create nested objects\n\n$ njo fruits[apple][name]=[hoge,fuga] fruits[orange][name]=piyo\n{\n  \"fruits\": {\n    \"apple\": {\n      \"name\": [\n        \"hoge\",\n        \"fuga\"\n      ]\n    },\n    \"orange\": {\n      \"name\": \"piyo\"\n    }\n  }\n}\n```\n\n## LICENSE\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fnjo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroppy%2Fnjo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fnjo/lists"}