issues
search
polydawn
/
refmt
Object mapping for golang.
MIT License
48
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
json parsing improvements & fixes
#58
rvagg
closed
11 months ago
4
Upgrade to `goconvey` 1.8.1 to accommodate `smarty/assertions` rename
#57
masih
closed
1 year ago
2
.gitmodules has extra trailing slashes that break "git submodule update --init"
#56
dkegel-fastly
opened
2 years ago
0
No go.mod, so modern idioms for building and testing fail?
#55
dkegel-fastly
opened
2 years ago
0
Support skipping unknown fields
#54
Stebalien
opened
3 years ago
0
Json floats
#53
warpfork
closed
3 years ago
0
Unmarshalling without type info prefers int64.
#52
warpfork
opened
4 years ago
1
Possible to create my own raw marshal/unmarshal?
#51
tobowers
opened
5 years ago
6
Rewrite obj unmarshaller components to avoid use of fnptrs.
#50
warpfork
closed
5 years ago
0
Rewrite cbor decoder to avoid use of fnptrs.
#49
warpfork
closed
5 years ago
0
Unmarshalling without type info should prefer int.
#48
warpfork
closed
5 years ago
3
Support for arbitrary structs without explicitly registering them
#47
Stebalien
opened
5 years ago
2
Remove random binaries from git repo
#46
Stebalien
closed
5 years ago
1
option to decode CBOR's undefined to null
#45
warpfork
closed
5 years ago
0
decode CBOR's undefined to null
#44
Stebalien
closed
5 years ago
2
Fails to decode a valid CBOR object
#43
Stebalien
closed
5 years ago
2
Encoding zero values as null
#42
Stebalien
opened
6 years ago
5
fix unmarshaling null into []byte
#41
Stebalien
closed
6 years ago
0
Can't round trip nil slice
#40
Stebalien
closed
6 years ago
1
add a test for round-tripping a nil slice to a slice
#39
Stebalien
closed
6 years ago
1
correctly reset Tagged, even if false
#38
Stebalien
closed
6 years ago
1
Using a transform function to/from an interface cause a nil pointer dereference
#37
Stebalien
opened
6 years ago
0
add support for checking if a struct is empty
#36
Stebalien
closed
6 years ago
2
[cbor] Unable to use numbers as map keys
#35
dignifiedquire
opened
6 years ago
5
little fix in docs
#34
ZenGround0
closed
6 years ago
1
dense encoding of fixed length byte arrays
#33
warpfork
closed
6 years ago
1
Allow pointers when using UseTag
#32
Stebalien
opened
6 years ago
3
blocking parallel execution?
#31
tobowers
opened
6 years ago
8
Unions!
#30
warpfork
closed
6 years ago
0
refmt now supports maps with keys of type struct (given proper configuration)
#29
warpfork
closed
6 years ago
1
Round-trip nil byte slices correctly.
#28
aboodman
closed
6 years ago
3
The handling of nil byte slices is different than the handling of other types of nil slices
#27
aboodman
closed
6 years ago
2
Testing refactor
#26
warpfork
closed
6 years ago
0
Option to encode nil slice/map as []/{}
#25
Stebalien
opened
6 years ago
0
Create simple fuzz tests for CBOR
#24
Kubuxu
opened
6 years ago
5
Panics and OOMs in cbor decoding
#23
Kubuxu
opened
6 years ago
8
[cbor] Unable to roundtrip map[string]*CustomStruct
#22
dignifiedquire
closed
6 years ago
2
add more complex sorting test
#21
dignifiedquire
closed
6 years ago
0
Is it possible to defer unmarshaling?
#20
whyrusleeping
opened
6 years ago
1
cbor field sorting for struct autogen
#19
whyrusleeping
closed
6 years ago
3
pretty encoding for uints
#18
whyrusleeping
closed
6 years ago
1
More atlas entry builders
#17
warpfork
closed
6 years ago
0
cbor output is not canonical
#16
whyrusleeping
closed
6 years ago
7
add float handling to pretty printer
#15
whyrusleeping
closed
6 years ago
0
Things fail with weird errors if your atlas doesnt know about all your types
#14
whyrusleeping
opened
6 years ago
0
Nested Cbor Tags are not unmarshalled properly
#13
dignifiedquire
closed
6 years ago
4
Json encoder float support is todo
#12
whyrusleeping
closed
3 years ago
1
Check atlas.BuildEntry type hint arg is not a pointer.
#11
warpfork
closed
6 years ago
1
Emptish objects fail to roundtrip cbor marshal & unmarshal
#10
dignifiedquire
closed
6 years ago
8
panic("todo") when marshalling cbor tags
#9
dignifiedquire
closed
6 years ago
5
Next