A reverse to the question asked at How to format Json output ...
EclipseLink makes JSON output code from JAXB objects like this:
{
"test" : {
"count" : 10,
"text" : "Craig"
}
}
How do I make it put quotes around the number? Thanks!