json to go

convert json or yaml to golang struct

Vad är json to go?

json to go är en Chrome-tillägg utvecklad av ljun20160606, och dess huvudfunktion är "convert json or yaml to golang struct".

Tilläggsskärmbilder

screenshot

Ladda ner json to go-förlängningens CRX-fil

Ladda ner json to go-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn json to go json to go
ID adibamafcjbolhaaccnhdebpncglaohb
Officiell webbadress https://chromewebstore.google.com/detail/json-to-go/adibamafcjbolhaaccnhdebpncglaohb
Beskrivning convert json or yaml to golang struct
Filstorlek 653 KB
Antal Installationer 1,218
Aktuell Version 0.21.2
Senast Uppdaterad 2019-09-04
Publiceringsdatum 2019-09-04
Betyg 5.00/5 Totalt 12 Betyg
Utvecklare ljun20160606
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}