Top "Servicestack-text" questions

ServiceStack.

Using ServiceStack.Text to deserialize a json string to object

I have a JSON string that looks like: "{\"Id\":\"fb1d17c7298c448cb7b91ab7041e9ff6\",\"Name\":\"John\",\"…

c# servicestack anonymous-types json-deserialization servicestack-text
Serializing a list of dynamic objects to a CSV with ServiceStack.Text

All of my EF classes have a Projection() method that helps me choose what I want to project from the …

c# csv servicestack servicestack-text
ServiceStack - Is there a way to force all serialized Dates to use a specific DateTimeKind?

I have a POCO like this: public class BlogEntry { public string Title { get; set; } public DateTime Date { get; set; } } Most …

c# servicestack servicestack-text