T
Tim Kuehn
Guest
I have a REST service I'm calling which is expecting a payload like this: PUT localhost:7474/.../foo Accept: application/json; charset=UTF-8 Content-Type: application/json "bar" Supposedly "bar" by itself is valid JSON, but I'm not finding a way to create it. Is there a way to do this?
Continue reading...
Continue reading...