json to go

json to go

convert json or yaml to golang struct

Merlin
Additional files are visible only to premium users

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