Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flattenField() - include non-leaf fields (#3)
Include fields that are not declared as type=group when they contain sub-fields. Given `a` and `a.b` are both declared as keyword fields then flattenField() will now return them both. Previously the type of `a` would have been ignored because it was assumed that `a` must be a type=group. But sometimes this is not true (though it may be an invalid definition).
- Loading branch information