bazaarvoice / jolt

JSON to JSON transformation library written in Java.
Apache License 2.0
1.54k stars 328 forks source link

JsonObject is broken #1134

Open emincanoguz11 opened 2 years ago

emincanoguz11 commented 2 years ago

Hi,

When I use transform(String message, String joltSpec) function in JoltTransformation.java class my data is empty because of JSON Object. But when I use transform(String message, String joltSpec, ObjectMapper mapper) it is works. So that this is bug I think.

Can I take PR or open a issue for developing this fix?