File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1111## Features
1212
1313* ** configuration outside the struct**
14- * could be in a different package - separation of concerns
14+ * could be in a different package
1515 * no need to modify original structs (by adding tags, implementing methods etc.)
1616 * ** behaviour as a code** - you provide code which will be run during conversion
17- * ability to ** rename keys** during conversion
18- * ability to ** omit keys** based on field name, value or tag etc.
19- * ability to ** map elements** during conversion
17+ * ability to:
18+ * ** rename keys** during conversion
19+ * ** omit keys** based on field name, value or tag etc.
20+ * ** map elements** during conversion
2021
2122## Installation
2223
@@ -61,6 +62,6 @@ type SomeStruct struct {
6162
62631 . Take an object which is a struct, map or slice.
63642 . Traverse entire object looking for nested structs or maps.
64- 3 . ** Filter** elements (struct fields, map keys)
65- 4 . ** Rename** field names or map keys
66- 5 . ** Map** (struct field or map values)
65+ 3 . ** Filter** elements (struct fields and map keys).
66+ 4 . ** Rename** field names or map keys.
67+ 5 . ** Map** (struct field or map values).
You can’t perform that action at this time.
0 commit comments