json to go
convert json or yaml to golang struct
Wat is json to go?
json to go is een Chrome-extensie ontwikkeld door ljun20160606, en de belangrijkste functie is "convert json or yaml to golang struct".
Extensie Screenshots
Download het CRX-bestand van de extensie json to go
Download json to go-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | json to go |
ID | adibamafcjbolhaaccnhdebpncglaohb |
Officiële URL | https://chromewebstore.google.com/detail/json-to-go/adibamafcjbolhaaccnhdebpncglaohb |
Beschrijving | convert json or yaml to golang struct |
Bestandsgrootte | 653 KB |
Aantal Installaties | 1,218 |
Huidige Versie | 0.21.2 |
Laatst Bijgewerkt | 2019-09-04 |
Publicatiedatum | 2019-09-04 |
Beoordeling | 5.00/5 Totaal 12 Beoordelingen |
Ontwikkelaar | ljun20160606 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |