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