ring

sova-soars-the-sora 2022-03-01T04:11:34.791659Z

@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-sora 2022-03-01T04:12:16.432749Z

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

sova-soars-the-sora 2022-03-01T04:12:56.636589Z

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-sora 2022-03-01T04:13:02.615449Z

with test files 😎