I'm going to create a restful api in Json to provide data to my customers.
I really prefer json over xml. All my coding is done in json.
I wonder, is it sufficient to just provide json api and tell the customers through the homepage that json rocks over xml and we only use json, or are there a lot of customers that just prefer xml and don't want to switch?
What are your thoughts and experiences?