Why do I get numeric characters in my raw JSON response from WCF? -


switching xml json on fly in wcf restful service. when post json service fiddler, right json back, if in raw response, json message sandwiched in between 2 numbers, this: enter image description here

is problematic parsing json? said, actual json looks fine.


Comments

Popular posts from this blog

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -