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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -