<item></item> has null value thats why you are getting "" in JSON, in your cc configuration uncheck "treat null as string" and see if that works else then RFC should not send any value in item, not even blank then <item/> will appear.
bottom line for every element value in XML be it null or empty if element <item></item> occurs you will get "".