json to go
convert json or yaml to golang struct
Cos'è json to go?
json to go è un'estensione di Chrome sviluppata da ljun20160606, e la sua funzione principale è "convert json or yaml to golang struct".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione json to go
Scarica i file di estensione json to go in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | json to go |
ID | adibamafcjbolhaaccnhdebpncglaohb |
URL Ufficiale | https://chromewebstore.google.com/detail/json-to-go/adibamafcjbolhaaccnhdebpncglaohb |
Descrizione | convert json or yaml to golang struct |
Dimensione del File | 653 KB |
Conteggio Installazioni | 1,218 |
Versione Corrente | 0.21.2 |
Ultimo Aggiornamento | 2019-09-04 |
Data di Pubblicazione | 2019-09-04 |
Valutazione | 5.00/5 Totale 12 Valutazioni |
Sviluppatore | ljun20160606 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |