Fatih Arslan
|
bc6c9948c8
|
structs: fix custom tag names for nested structs
|
2015-05-06 17:41:32 +03:00 |
|
Fatih Arslan
|
c06d8730d4
|
structs: add Names() api call. Closes #26
|
2015-04-18 23:05:59 +03:00 |
|
jaemin
|
79afa3ec1c
|
refactor Field to have defaultTag field which value is from parent struct
|
2015-03-04 19:02:03 +09:00 |
|
jaemin
|
a093a86a06
|
refactor Struct to have own TagName field
|
2015-03-04 18:55:52 +09:00 |
|
Fatih Arslan
|
e1ea13a2d5
|
structs: fix nil pointer including, fixes #20
|
2014-10-07 18:15:07 +03:00 |
|
Fatih Arslan
|
6dd7cda522
|
structs: add omitempty support to Values()
|
2014-09-15 12:39:09 +03:00 |
|
Fatih Arslan
|
782d098eb6
|
structs: add omitempty test
|
2014-09-14 20:43:08 +03:00 |
|
Fatih Arslan
|
9c8bc21e6a
|
structs: add omitempty tag option
Doesn't add it to the final result if the field value is a zero value
|
2014-09-14 13:56:50 +03:00 |
|
Cihangir SAVAS
|
852670f7c6
|
Structs: added Fields() method into Field struct for listing all the Fields of the given field if it is a struct.
|
2014-08-17 02:39:19 -07:00 |
|
Fatih Arslan
|
f3d3802cda
|
structure -> structs renaming
|
2014-08-13 22:53:15 +03:00 |
|