dsh-json-to-go
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-json-to-go
Paste the following prompt into your AI chat to install this plugin:
Install this plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-json-to-go; the source repository is available at https://github.com/uckkk/dsh-json-to-go.
About this plugin
Working with third-party APIs or raw JSON payloads in Go often means hand-writing structs, which is tedious and error-prone, especially with deeply nested fields or inconsistent naming conventions. dsh-json-to-go exists to eliminate that friction: feed it a JSON document and it returns a ready-to-use Go struct definition, with field names automatically mapped and json tags attached in one go.
The implementation is pure Node.js, so there is no need for a Go toolchain or extra dependencies. Simply invoke the json_to_go tool in your session and get the result instantly, making it a natural fit for any workflow where JSON-to-struct mapping comes up regularly.
Whether you are integrating a REST API, parsing webhook payloads, or prototyping a new service, having a JSON sample and instantly obtaining a usable Go type definition saves you from repetitive boilerplate and lets you focus on the business logic that actually matters.
Use Cases
- Turn a third-party API response JSON into a ready-to-use Go struct on the fly
- Generate type definitions from webhook payload samples while building a handler
- Move from a raw JSON sample to a typed Go model during rapid prototyping
- Skip manual json-tag bookkeeping when wiring up internal microservice contracts
Best For
- Go backend developers who work with JSON on a daily basis
- Engineers integrating REST, Webhook, or other external interfaces
- Full-stack developers who want less boilerplate and more time on business logic
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.