Handle unmarshalling value to nil ptr.

This commit is contained in:
Thomas Pelletier
2021-03-22 20:03:35 -04:00
parent fcc91f2618
commit ac2d6e2030
2 changed files with 41 additions and 3 deletions
+1 -3
View File
@@ -8,9 +8,7 @@ Development branch. Probably does not work.
- [x] Unmarshal into maps.
- [x] Support Array Tables.
- [ ] Unmarshal into pointers.
> Was supposed to be done, but seems like there are still some assignation
> issues.
- [x] Unmarshal into pointers.
- [x] Support Date / times.
- [ ] Support Unmarshaler interface.
- [x] Support struct tags annotations.