json to go

convert json or yaml to golang struct

Qu'est-ce que json to go ?

json to go est une extension Chrome développée par ljun20160606, et sa fonction principale est "convert json or yaml to golang struct".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension json to go

Téléchargez les fichiers d'extension json to go au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom json to go json to go
ID adibamafcjbolhaaccnhdebpncglaohb
URL Officiel https://chromewebstore.google.com/detail/json-to-go/adibamafcjbolhaaccnhdebpncglaohb
Description convert json or yaml to golang struct
Taille du Fichier 653 KB
Nombre d'Installations 1,218
Version Actuelle 0.21.2
Dernière Mise à Jour 2019-09-04
Date de Publication 2019-09-04
Évaluation 5.00/5 Total 12 Évaluations
Développeur ljun20160606
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}