I have some properties on a skin that need to be translated from json syntax to an object. Pivot seems to have a few translators for colors and paints for its needs.
However, I have some other structures to convert. What recommendation do people have for converting json syntax to an object? Should I grab a library? If so, any suggestions on which one? Or is a library overkill and that's the whole point of json? Ideally, I could register my converter and it gets called automatically when I indicate the need for a conversion to a certain type.
