dev@jersey.java.net

JSON Namespace prefix separator

From: Wolf, Timo <timowolf_at_siemens.com>
Date: Fri, 12 Mar 2010 11:38:34 +0100

Hello,

I am using the JSONConfiguration.MappedBuilder to configure the JSON format with xml2JsonNs(...). The resulting JSON uses "." to separate the namespace prefix from the element name.

I want to use a ':' as separator to get the format
{.. "rdf:about" : "http:..." }

Is there a way to configure the used namespace separator?

Thanks a lot,

Timo