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"
    }
}