Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
goccy
/
go-yaml
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
203
Star
2k
Code
Issues
105
Pull requests
30
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 21, 2025
Add decode option that allows specific field prefixes (#795)
Show description for 90e8525
cpuguy83
authored
90e8525
Copy full SHA for 90e8525
Commits on Jun 20, 2025
Revert "feat: Dont make copies of structs for validation (#737)" (#763)
Show description for 25e5d90
shuheiktgw
authored
25e5d90
Copy full SHA for 25e5d90
Commits on May 29, 2025
Update custom marshaler and unmarshaler to accept context (#745)
Show description for 52dacb8
pgeiem
authored
52dacb8
Copy full SHA for 52dacb8
Add support for multi-line double-quoted strings with CRLF line endings (#744)
shuheiktgw
authored
680eea7
Copy full SHA for 680eea7
Fix misaligned indentation in comments (#734)
shuheiktgw
authored
f1c23f7
Copy full SHA for f1c23f7
Commits on May 26, 2025
Prevent panic when decoding string named types (#743)
shuheiktgw
authored
6a6c998
Copy full SHA for 6a6c998
Commits on May 23, 2025
feat: Dont make copies of structs for validation (#737)
Show description for 04f9bb5
shuheiktgw
and
asmfreak
authored
04f9bb5
Copy full SHA for 04f9bb5
Commits on May 22, 2025
Support omitzero (#729)
goccy
authored
c430438
Copy full SHA for c430438
Commits on May 8, 2025
support implicit null (#727)
goccy
authored
500180b
Copy full SHA for 500180b
Commits on May 7, 2025
set null value for empty document (#725)
goccy
authored
e61dcd0
Copy full SHA for e61dcd0
Add Go 1.24 to test matrix (#722)
shuheiktgw
authored
4b07c0d
Copy full SHA for 4b07c0d
Avoid returning an error for null document (#721)
shuheiktgw
authored
427b18e
Copy full SHA for 427b18e
ignore validation for alias map key (#720)
goccy
authored
0203d69
Copy full SHA for 0203d69
Commits on May 6, 2025
add nil checking for error handling (#719)
goccy
authored
55ca112
Copy full SHA for 55ca112
Commits on May 5, 2025
fix validation error position for container type (#716)
goccy
authored
9d0a7f2
Copy full SHA for 9d0a7f2
Clean up encoder.go (#703)
shuheiktgw
authored
5d830d0
Copy full SHA for 5d830d0
remove testmod task (#715)
goccy
authored
484d028
Copy full SHA for 484d028
Tidy benchmarks/go.mod (#686)
Show description for 2bc54da
eikemeier
authored
2bc54da
Copy full SHA for 2bc54da
Update golangci-lint to v2.1.2 (#701)
shuheiktgw
authored
82ba1ba
Copy full SHA for 82ba1ba
Treat output from TextMarshaler as string (#698)
shuheiktgw
authored
cd70dcf
Copy full SHA for cd70dcf
Commits on Apr 16, 2025
chore: clarify omitempty behaviour. (#696)
Show description for d1e3460
bwplotka
authored
d1e3460
Copy full SHA for d1e3460
Commits on Apr 11, 2025
feat: add global `OmitEmpty` encoding option (#691)
Show description for ee37df7
bwplotka
authored
ee37df7
Copy full SHA for ee37df7
Commits on Mar 31, 2025
fix unmarshaler with comment (#683)
goccy
authored
ba0598a
Copy full SHA for ba0598a
fix comment map with no body (#682)
goccy
authored
98988fe
Copy full SHA for 98988fe
Commits on Mar 16, 2025
support FormatErrorWithToken function for custom error message (#677)
goccy
authored
50b37c1
Copy full SHA for 50b37c1
feat: support receiving ast.Node in custom unmarshalers (#642)
Show description for 53701cc
x1unix
authored
53701cc
Copy full SHA for 53701cc
Fix tab character handling ( if ignore the tab character, do not increment the column number ) (#676)
Show description for 100fa23
goccy
authored
100fa23
Copy full SHA for 100fa23
Commits on Mar 7, 2025
encodeMap() error handling and TestEncoder_UnmarshallableTypes() (#674)
Show description for 9671363
dorencambia
authored
9671363
Copy full SHA for 9671363
Commits on Feb 25, 2025
Add AutoInt option (#671)
shuheiktgw
authored
944206a
Copy full SHA for 944206a
Commits on Feb 16, 2025
support smart anchor option (#662)
goccy
authored
abc7083
Copy full SHA for abc7083
Keep reference of anchor's value (#660)
Show description for b46780d
goccy
authored
b46780d
Copy full SHA for b46780d
Commits on Feb 15, 2025
Fix encoding of string that contains "- " (#657)
Show description for 89a6600
goccy
authored
89a6600
Copy full SHA for 89a6600
Commits on Feb 12, 2025
fix format with empty value (#654)
goccy
authored
2ac8cff
Copy full SHA for 2ac8cff
Fix format indent (#653)
Show description for 548e1b8
goccy
authored
548e1b8
Copy full SHA for 548e1b8
Make UseSingleQuote compliant with the YAML spec (#647)
Show description for 13e918a
mumoshu
authored
13e918a
Copy full SHA for 13e918a
Pagination
Previous
Next
You can’t perform that action at this time.