Open Issues Need Help
View All on GitHub json-style struct tags 2 months ago
AI Summary: Implement support for JSON-style struct tags in the kcl-go library, allowing for control over how structs are marshaled to YAML/JSON, specifically addressing the issue of embedded structs and inline tags. This involves modifying the code generation or marshaling logic to respect the `json` tags and prevent unwanted inlining.
Complexity:
4/5
enhancement help wanted