{"id":13413253,"url":"https://github.com/skanehira/gjo","last_synced_at":"2025-08-22T20:31:57.770Z","repository":{"id":55454176,"uuid":"172159057","full_name":"skanehira/gjo","owner":"skanehira","description":"Small utility to create JSON objects","archived":false,"fork":false,"pushed_at":"2021-04-18T16:48:02.000Z","size":127,"stargazers_count":130,"open_issues_count":1,"forks_count":15,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-14T00:27:38.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/skanehira.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":"2019-02-23T01:54:21.000Z","updated_at":"2025-02-12T20:56:18.000Z","dependencies_parsed_at":"2022-08-15T00:40:14.674Z","dependency_job_id":null,"html_url":"https://github.com/skanehira/gjo","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/skanehira/gjo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skanehira%2Fgjo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skanehira%2Fgjo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skanehira%2Fgjo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skanehira%2Fgjo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skanehira","download_url":"https://codeload.github.com/skanehira/gjo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skanehira%2Fgjo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271696601,"owners_count":24805112,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-07-30T20:01:36.151Z","updated_at":"2025-08-22T20:31:57.399Z","avatar_url":"https://github.com/skanehira.png","language":"Go","funding_links":[],"categories":["Go","Relational Databases","JSON"],"sub_categories":["检索及分析资料库","Search and Analytic Databases","Advanced Console UIs","SQL 查询语句构建库"],"readme":"# gjo\n\n[![GitHub Actions status](https://github.com/skanehira/gjo/workflows/Go/badge.svg)](https://github.com/skanehira/gjo/actions)\n[![CircleCI](https://img.shields.io/circleci/project/github/skanehira/gjo/master.svg)](https://circleci.com/gh/skanehira/gjo/tree/master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/skanehira/gjo)](https://goreportcard.com/report/github.com/skanehira/gjo)\n\nSmall utility to create JSON objects.  \nThis was inspired by [jpmens/jo](https://github.com/jpmens/jo).\n\n![sreenshot](./screenshot.png)\n\n## Support OS\n- Mac\n- Linux\n- Windows\n\n## Requirements\n- Go 1.1.14~\n- Git\n\n## Installtion\n### Build\n```sh\n$ git clone https://github.com/skanehira/gjo.git\n$ cd gjo\n$ GO111MODULE=on go install\n```\n\n### Binary\nPlease download from [releases](https://github.com/skanehira/gjo/releases)\n\n## Usage\n### Mac and Linux\n```sh\n$ gjo -p status=$(gjo name=gorilla age=26 lang=$(gjo -a Go Java PHP))\n{\n    \"status\": {\n        \"age\": 26,\n        \"lang\": [\n            \"Go\",\n            \"Java\",\n            \"PHP\"\n        ],\n        \"name\": \"gorilla\"\n    }\n}\n$ gjo -h\nUsage of gjo:\n  -a    creates an array of words\n  -p    pretty-prints\n  -v    show version\n```\n\n### Windows\nIf you want to use `$()` on the Windows, please install [shellwrap](https://github.com/mattn/shellwrap).\n\n```sh\nshellwrap gjo -p status=$(gjo name=gorilla age=26)\n```\n\n## Author\ngorilla0513\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskanehira%2Fgjo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskanehira%2Fgjo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskanehira%2Fgjo/lists"}