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
公式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
Eメール [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"
    }
}