json to go
convert json or yaml to golang struct
Was ist json to go?
json to go ist eine Chrome-Erweiterung, die von ljun20160606 entwickelt wurde, und ihr Hauptmerkmal ist "convert json or yaml to golang struct".
Erweiterungsscreenshots
json to go-Erweiterungs-CRX-Datei herunterladen
Laden Sie json to go-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | json to go |
ID | adibamafcjbolhaaccnhdebpncglaohb |
Offizielle URL | https://chromewebstore.google.com/detail/json-to-go/adibamafcjbolhaaccnhdebpncglaohb |
Beschreibung | convert json or yaml to golang struct |
Dateigröße | 653 KB |
Installationsanzahl | 1,218 |
Aktuelle Version | 0.21.2 |
Letztes Update | 2019-09-04 |
Veröffentlichungsdatum | 2019-09-04 |
Bewertung | 5.00/5 Insgesamt 12 Bewertungen |
Entwickler | ljun20160606 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |