Hi,
As part of my project requirement I am using REST Adapter to return JSON structure. But I am facing one issue where the Rest Adapter converting any empty string value("") to 'null'. The consumer of this service is only expecting empty string and not able to consume the response if 'null' is present. Any help in this regard will be appreciated.
Thanks in advance .