Fork me on GitHub
#ring
<
2022-03-01
>
sova-soars-the-sora04:03:34

@hiredman dude I figured it out! 😄 it took a while but I finally found an invocation of jsonista in the metosin coercion_test

sova-soars-the-sora04:03:16

if the encoding for the messages is json , the body requires (slurp) (j/ ... (j/object-mapper....))) something like that

sova-soars-the-sora04:03:56

i'm a little fuzzy on the details but that's the general idea, it was encoded as a ByteArrayInputStream and it needs to be decoded, I just had no idea how. Or where it was even happening. Now I have it figured out and I am able to test my ring app

sova-soars-the-sora04:03:02

with test files 😎