I am trying to create a client side 'Area Picker' control and thought I could just take the JSON string and load it into a featureset with Silverlight, eliminating the need to take a trip to the server in order to get feature information. However, I hit a roadblock with the Silverlight API since the FromJSON method is missing. In theory, it sounded great, but now I have to rethink the whole solution.
***EDIT!!***
I was testing it in an older 2.0 API project. I referenced the newer 2.1 API dlls and the FromJSON method is there! *whew*