Luca Burgazzoli created CAMEL-19718:
---------------------------------------
Summary: camel-util-json should not escape slashes in strings
Key: CAMEL-19718
URL: https://issues.apache.org/jira/browse/CAMEL-19718
Project: Camel
Issue Type: Improvement
Components: tooling
Reporter: Luca Burgazzoli
Fix For: 4.1.0
Wile exploring [CAMEL-19717|https://issues.apache.org/jira/browse/CAMEL-19717],
I noticed that camel-util-json escapes i.e. slashes:
{code:json}
"beans": {
"$ref":
"#\/items\/definitions\/org.apache.camel.dsl.yaml.deserializers.BeansDeserializer"
},
{code}
This is not required in json-schema and would be nice to have a way to
configure JSooner to disable such behavior.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)