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”。

擴展截圖

screenshot

下載json to go擴展crx文件

下載json to go擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 json to go
ID adibamafcjbolhaaccnhdebpncglaohb
官方網址 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"
    }
}