Bug squash
Squashing bugs all day long
Friday, May 23, 2014
Mapping JSON to objects with Fleece
›
In the last post I introduced Fleece and briefly explained how to use it to map objects to JSON. Sometimes I say “serialize” instead of “m...
1 comment:
Tuesday, May 13, 2014
Mapping objects to JSON with Fleece
›
In the last post I briefly explained some of the consequences of breaking parametricity, in particular for JSON serialization. I used JSON ...
3 comments:
Tuesday, May 6, 2014
On parametric polymorphism and JSON serialization
›
A couple of months ago I wrote Fleece , a JSON mapper for F#. What does that mean? It provides a library of functions to help map a JSON val...
Thursday, March 20, 2014
Better dictionary types
›
Say you need to call a function like: int DoSomething ( Dictionary < string , string > data ) Do you know what kind of dat...
2 comments:
Friday, February 14, 2014
Generating immutable instances in C# with FsCheck
›
If you do any functional programming in C# you’ll probably have lots of classes that look like this: class Person { private readonly s...
13 comments:
›
Home
View web version