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
电子邮箱 [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"
    }
}