json - How to convert C# MultipartFormDataContent to JObject -
json - How to convert C# MultipartFormDataContent to JObject -
does 1 how convert multipartformdatacontent
newtonsoft jobject
. and, possible @ all? have tried:
jobject.fromobject(multipartcontent)
, or jobject.parse(jsonconvert.serializeobject(multipartcontent))
but none of work.
any ideas?
thanks lot
that not possible because if @ class not class contains several variables can converted json object,it looks more method driven class every method has function, hence not converted json object.
c# json json.net
Comments
Post a Comment