c# - Unable to bind JSON object with WCF REST service -


am trying create w rest service using wcf cater particular use case way structured makes unable bind. structure follows:

    { "1387213536":{                "ext_id":"1",                "unit_id":"0",                "currency":"eur",                "login_hash": "" }, "1387213537":{                "ext_id":"1",                "unit_id":"0",                "currency":"eur",                "login_hash": ""   } } 

does have idea type of object translate to? tried create dictionary<string, dictionary<string, string>>

but still fails bind.

thanks in advance


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -