facebook-csharp-sdk / simple-json

JSON library for .NET 2.0+/SL4+/WP7/WindowsStore with optional support for dynamic and DataContract
MIT License
380 stars 143 forks source link

Adds capability to deserialise \Date("milisecs")\ #31

Closed albertjan closed 11 years ago

albertjan commented 11 years ago

Not all versions support RegexOptions.Compiled. So I left it out.

prabirshrestha commented 11 years ago

This is one of the decisions we made very early on that we will NEVER support these type of non standard values.

If you really want to support it, create a custom PocoJsonSerializerStrategy that handles it.

albertjan commented 11 years ago

:) ok cool.

Sent from my iPhone

On 16 mei 2013, at 17:00, "Prabir Shrestha" notifications@github.com wrote:

This is one of the decisions we made very early on that we will NEVER support these type of non standard values.

If you really want to support it, create a custom PocoJsonSerializerStrategy that handles it.

— Reply to this email directly or view it on GitHub.