what is easiest way to serialize dictionary as list of its values into json using Json.NET?
Serialization is done by SignalR, not me. So I need some attribute-like way or custom contract resolver or something like that.
Dictionary is better for me on the server side but for the binding into data grid on the client, flatten object would be better.
Thanks