I want to send a stringified JSON to one of the fields of an API request like following: Decoded: https://api.some.com/foo/bar?a=788&b=My Name&c=[{“name”:”pejman”},{“Some”:”thing”}] I want …
I want to send a stringified JSON to one of the fields of an API request like following: Decoded: https://api.some.com/foo/bar?a=788&b=My Name&c=[{“name”:”pejman”},{“Some”:”thing”}] I want …