<@U0HLD1PFG> that issue could be that you are usin...
# jackson-kotlin
a
@yawkat that issue could be that you are using a single string as the parameter to creator, were you intending it to be passed the JSON as a whole as
s
or an attribute of the JSON called
s
would be passed in? Single string functions for creators in Jackson act differently then all other patterns unless you disable that feature.