{"id":15373172,"url":"https://github.com/otiai10/jsonindent","last_synced_at":"2026-04-29T02:43:08.736Z","repository":{"id":57483798,"uuid":"110817010","full_name":"otiai10/jsonindent","owner":"otiai10","description":"Golang JSON Indent Encoder with io.Writer","archived":false,"fork":false,"pushed_at":"2017-11-16T14:27:47.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T21:50:45.192Z","etag":null,"topics":["go","indentation","json"],"latest_commit_sha":null,"homepage":"","language":"Go","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/otiai10.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":"2017-11-15T10:07:06.000Z","updated_at":"2018-08-13T17:08:08.000Z","dependencies_parsed_at":"2022-08-28T17:02:18.137Z","dependency_job_id":null,"html_url":"https://github.com/otiai10/jsonindent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/otiai10/jsonindent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otiai10%2Fjsonindent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otiai10%2Fjsonindent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otiai10%2Fjsonindent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otiai10%2Fjsonindent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/otiai10","download_url":"https://codeload.github.com/otiai10/jsonindent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otiai10%2Fjsonindent/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263204693,"owners_count":23430277,"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":["go","indentation","json"],"created_at":"2024-10-01T13:54:26.056Z","updated_at":"2026-04-29T02:43:08.695Z","avatar_url":"https://github.com/otiai10.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"JSON Indent for Go Just for Enjoying Code Golf :golf:\n\n# You Ain't Gonna Need This\n\nBecause this is just a shorthand for [`json.Encoder.SetIndet`](https://godoc.org/encoding/json#Encoder.SetIndent).\n\n```go\njsonindent.NewEncoder(w).Encode(v)\n// is equivalent to\n// encoder := json.NewEncoder(w)\n// encoder.SetIndent(\"\", \"\\t\")\n// encoder.Encode(v)\n```\n\n[![Build Status](https://travis-ci.org/otiai10/jsonindent.svg?branch=master)](https://travis-ci.org/otiai10/jsonindent)\n[![GoDoc](https://godoc.org/github.com/otiai10/jsonindent?status.svg)](https://godoc.org/github.com/otiai10/jsonindent)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotiai10%2Fjsonindent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotiai10%2Fjsonindent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotiai10%2Fjsonindent/lists"}