Replies: 1 comment 1 reply
-
This is currently (or never) supported so you'd either have to fix your serde setup, modify the If that doesn't help, then a small code example would probably help us to help you :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Would it be possible to capture the output of
#[command]
functions and do the transformation before theserde_json::Value
is returned to browser? I need to adapt field names for camel-case and on serde side it's a bit problematic since my types come from snake_case world and there is really no way to process nested structures but re-keying the serialized representation inserde_json::Value
.Beta Was this translation helpful? Give feedback.
All reactions