json to go
convert json or yaml to golang struct
json to go란 무엇입니까?
json to go은(는) ljun20160606에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "convert json or yaml to golang struct"입니다.
확장 프로그램 스크린샷
json to go 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Convert easyly json、yaml、ddl of mysql to go struct。 v0.21.2 1. mysql to go format go 2. single mysql dll error hint https://github.com/ljun20160606/jsonToGo
확장 프로그램 기본 정보
이름 | json to go |
ID | adibamafcjbolhaaccnhdebpncglaohb |
공식 URL | https://chromewebstore.google.com/detail/json-to-go/adibamafcjbolhaaccnhdebpncglaohb |
설명 | convert json or yaml to golang struct |
파일 크기 | 653 KB |
설치 횟수 | 1,218 |
현재 버전 | 0.21.2 |
최근 업데이트 | 2019-09-04 |
출시 날짜 | 2019-09-04 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | ljun20160606 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "json to go", "short_name": "jsontogo", "version": "0.21.2", "description": "convert json or yaml to golang struct", "author": "ljun20160606", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "js2go", "default_icon": "go-16.png" }, "icons": { "16": "go-16.png", "32": "go-32.png", "48": "go-48.png", "128": "go-128.png" } } |