json to go

convert json or yaml to golang struct

Что такое json to go?

json to go - это расширение Chrome, разработанное ljun20160606, и его основная функция - "convert json or yaml to golang struct".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения json to go

Скачайте файлы расширений json to go в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название json to go json to go
ID adibamafcjbolhaaccnhdebpncglaohb
Официальный URL https://chromewebstore.google.com/detail/json-to-go/adibamafcjbolhaaccnhdebpncglaohb
Описание convert json or yaml to golang struct
Размер файла 653 KB
Количество установок 1,218
Текущая Версия 0.21.2
Последнее Обновление 2019-09-04
Дата публикации 2019-09-04
Рейтинг 5.00/5 Всего 12 оценок
Разработчик ljun20160606
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}