Closed aliok closed 8 years ago
Reference RHMAP issue: https://issues.jboss.org/browse/RHMAP-7826
a, b, c "m", "n,o", "p"
is converted as {"a","m", "b":"n", "c":"o"} but it should be {"a","m", "b":"n,o", "c":"p"}.
{"a","m", "b":"n", "c":"o"}
{"a","m", "b":"n,o", "c":"p"}
Reference RHMAP issue: https://issues.jboss.org/browse/RHMAP-7826
is converted as
{"a","m", "b":"n", "c":"o"}
but it should be{"a","m", "b":"n,o", "c":"p"}
.