Unmarshal into pointers

This commit is contained in:
Thomas Pelletier
2021-03-18 20:02:32 -04:00
parent 8957a768ef
commit 3e8b8db786
3 changed files with 34 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Development branch. Probably does not work.
- [x] Unmarshal into maps.
- [x] Support Array Tables.
- [ ] Unmarshal into pointers.
- [x] Unmarshal into pointers.
- [ ] Support Date / times.
- [ ] Support Unmarshaler interface.
- [ ] Support struct tags annotations.