Returning JSON #70
-
I am trying to follow example code from the readme. For some reason it returns
where error line is where I serialize object to json like
I think that it is some stupid mistake, but I'll appreciate any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
So the get function on KV returns a worker_kv::KvValue struct, that implement as_json trait..which is where it probably fails? |
Beta Was this translation helpful? Give feedback.
So the get function on KV returns a worker_kv::KvValue struct, that implement as_json trait..which is where it probably fails?