Fix parsing integer 0

This commit is contained in:
Thomas Pelletier
2021-03-23 09:02:48 -04:00
parent b8da9d1854
commit e78ccff9a4
3 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Development branch. Probably does not work.
- [x] Unmarshal into maps.
- [x] Support Array Tables.
- [x] Unmarshal into pointers.
- [x] Unmarshal into pointers.
- [x] Support Date / times.
- [ ] Support Unmarshaler interface.
- [x] Support struct tags annotations.