Parse Json string with Json.Net
A day ago, when working with my open source project Awesome CMS Core I have a task to upload a image to server alongside with another model using FormData but when submit data to server I need to use json.stringify to serialize my object in order to submit to server. Then in the server I… Read More Parse Json string with Json.Net