aboutsummaryrefslogtreecommitdiff
path: root/unmarshal_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add dedicated Int and Uint typesSimon Ser2021-03-311-0/+10
* Omit struct fields with a field tag of "-".Adnan Maolood2020-11-171-0/+15
* Configurable map & array size limitsTimofey2020-11-021-0/+10
* Reject invalid valuesTimofey2020-11-021-2/+19
* Fix test assertionsTimofey2020-11-021-18/+18
* Cache encoding/decoding routinesTimofey2020-11-021-0/+9
* Use uint for internal length encodingsDrew DeVault2020-06-221-6/+6
* Marshal, Unmarshal: implement uint & intDrew DeVault2020-06-221-12/+8
* Simplify union implementationDrew DeVault2020-06-211-4/+2
* Marshal, Unmarshal: implement unionsDrew DeVault2020-06-211-0/+21
* Unmarshal: implement mapsDrew DeVault2020-06-201-0/+16
* Implement array & slice unmarshalingDrew DeVault2020-06-201-0/+21
* Unmarshal: implement struct unmarshalingDrew DeVault2020-06-201-0/+15
* Unmarshal: implement optional<type>Drew DeVault2020-06-201-0/+12
* Add initial unmarshal implementationDrew DeVault2020-06-201-0/+111