0

i am sending a json-object to my asp.net server via jquery post. I am recieving a string like that:

"'{\"refNr\":\"124460\",\"dokid\":1}'"

I have no idea for an method, which can give a Dicitonary like:

dictionary[0].key = refNr
dictionary[0].value = 124460

Thanks in advance!

1 Answer 1

2

Try JavaScriptseriizer, it has method convert to which might be useful.

http://msdn.microsoft.com/en-us/library/system.web.script.serialization.javascriptserializer.aspx

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you, sorry i cant vote your answer, which was very usefull!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.