'how to pass Json As a string through postman

I work on one WCF and accept json from different application , and store that json in to data base as a string, so when i try to pass json through POSTMAN for testing. i get null in method parameter.but if i pass simple string like "test" i got the value.

What i tried: set header as content-type = application/json, set POST request,add [httpppost] on method.

So i want to pass json as a string through POSTMAN. hope its help to understand my question.

Thanks in Advance.



Solution 1:[1]

On the body tab select Text instead of Json enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 bgman