I am using flexjson. I would like to find out how to set the JSONSerializer to use single-quotes rather than double-quotes to flank string values when serializing.
I am open to using another Java JSON library.
Note: I am not interested in advice on how to use double-quotes to accommodate my requirements.