Discussion: Bug in skill.GetInfo: reqs is {} when there are no requirements instead of []

skill.GetInfo returns an object that has a 'reqs' attribute that is a list of requirements. When there are no requirements it returns an empty object instead of an empty list.
Unfortunately this is a limitation of the way we serialize arrays in the API :(