issues
search
BurntSushi
/
toml
TOML parser for Golang with reflection.
MIT License
4.58k
stars
528
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update CI to Go 1.23, remove exception for fuzzer
#431
arp242
opened
2 weeks ago
0
Unexpected marshalling result for deeply-embedded structs
#430
falau
opened
2 weeks ago
1
Key 'gitrdone' has already been defined
#429
joe-at-startupmedia
closed
2 weeks ago
2
Short format of structures naming
#428
gitchander
closed
3 weeks ago
1
godocs.io isn't working
#427
SvenDowideit
closed
2 weeks ago
1
Set mapping keys to "decoded" when custom unmarshaler is used
#426
mvo5
opened
1 month ago
4
Custom UnmarshalTOML() decoded keys left in meta.Undecoded()
#425
mvo5
opened
1 month ago
0
Bump go.mod ?
#424
udf2457
closed
2 months ago
1
Use base64 to encode []byte by default
#423
bokunodev
opened
2 months ago
1
Allow for setting TOML next.
#422
veigaribo
closed
3 months ago
3
Return `[]any` for hash arrays when decoding to map / any.
#421
veigaribo
opened
3 months ago
4
R
#420
ryan2034
closed
3 months ago
0
Fix metadata - alternate approach
#419
maroux
closed
4 months ago
1
Fix metadata - do not reuse result of append
#418
maroux
opened
4 months ago
2
metadata.Keys (and thus metadata.Undecoded) is invalid in some cases
#417
maroux
opened
4 months ago
2
Why is pkg.go.dev page out of date?
#416
FeldrinH
closed
4 months ago
3
Unmarshaling into a non-empty variable keeps the old data
#415
hezhizhen
closed
4 months ago
2
Allow custom string types as map keys
#414
arp242
closed
5 months ago
0
panic when marshalling a map with the key in a custom string type
#413
falau
closed
5 months ago
0
Error when unmarshal a map with values that implement the TextUnmarshaler interface
#412
guamoko995
closed
5 months ago
2
Ensure ParseError.Message is always set
#411
arp242
closed
5 months ago
0
Add Position.Col
#410
arp242
closed
5 months ago
0
fuzz: ignore roundtrip err till 1.23 lands
#409
manunio
closed
5 months ago
0
Custom time format for en-/decoding
#408
AxelRHD
closed
6 months ago
2
Fuzz failed round trip
#407
manunio
closed
5 months ago
6
fuzz: move fuzz_targets from oss-fuzz
#406
manunio
closed
6 months ago
1
Add Marshal Function
#405
samawise
closed
6 months ago
3
PrimitiveDecode and MetaData.PrimitiveDecode() should not be marked as deprecated.
#404
shizhx
opened
8 months ago
2
panic: interface conversion: interface {} is int64
#403
manunio
closed
10 months ago
1
How to rewrite toml file
#402
xiaozuo7
closed
10 months ago
2
How to unmarshal tagged unions?
#401
cal-pratt
closed
10 months ago
5
Fix inline tables with dotted keys inside inline arrays
#400
arp242
closed
11 months ago
0
Multiple tags for member
#399
apprehensions
closed
1 year ago
3
How to report a line number on error when decoding custom struct?
#398
GreatDanton
closed
1 year ago
4
Encoding of non-struct and map used to fail now succeeds
#397
wader
closed
1 year ago
4
-2000000000 is not a valid float32 data
#396
nhuythuy
closed
1 year ago
2
v1.3.1 fails Go race detector when used concurrently
#395
aaron42net
closed
1 year ago
6
confused about using `BURNTSUSHI_TOML_110` with `os.Setenv()`
#394
notnmeyer
closed
1 year ago
3
proposal: allow decoding into embedded maps
#393
phm07
closed
1 year ago
1
Evaluate omitempty against un-dereferenced fields
#392
cespare
closed
1 year ago
0
Fix line-ending backslash whitespace escaping for multiline strings
#391
cespare
closed
1 year ago
4
How to parse undecoded data?
#390
Octogonapus
closed
1 year ago
2
awaiting v1.2.2 release
#389
kmuto
closed
1 year ago
2
issues populating an Array of Tables
#388
BrandonC98
closed
1 year ago
1
[feature request]Dotted keys support
#387
jixiuf
closed
1 year ago
1
TOML file not deserializing into struct
#386
vorboyvo
closed
1 year ago
1
Support for default struct tag
#385
sarathsp06
closed
1 year ago
2
When two struct fields have the same tag, a matching TOML value is silently ignored
#384
johnmaguire
opened
1 year ago
3
Custom Marshaller can't be for the file
#383
joe-kimmel-vmw
closed
1 year ago
0
toml crashs when it stumbles over a *flag.FlagSet
#382
HeikoSchlittermann
closed
1 year ago
3
Next