json to go

convert json or yaml to golang struct

What is json to go?

json to go is a Chrome extension developed by ljun20160606, and its main feature is "convert json or yaml to golang struct".

Extension Screenshots

screenshot

Download json to go Extension CRX File

Download json to go extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name json to go json to go
ID adibamafcjbolhaaccnhdebpncglaohb
Official URL https://chromewebstore.google.com/detail/json-to-go/adibamafcjbolhaaccnhdebpncglaohb
Description convert json or yaml to golang struct
File Size 653 KB
Installation Count 1,218
Current Version 0.21.2
Last Updated 2019-09-04
Publish Date 2019-09-04
Rating 5.00/5 Total 12 Ratings
Developer ljun20160606
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}