Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to store payload data as JSON #153

Open
pablosymc opened this issue Aug 4, 2023 · 0 comments
Open

Option to store payload data as JSON #153

pablosymc opened this issue Aug 4, 2023 · 0 comments

Comments

@pablosymc
Copy link

pablosymc commented Aug 4, 2023

I understand that payload data in Carp is stored in a format that can be parsed by CML, however I would love if there was an option to just store the data in JSON for example. This would make it so that no tools were needed to parse the payload data.

For example if I want to run SQL queries via a Cloudflare Worker, I unfortunately wouldn't be able to parse the payload with CML, as it wouldn't be able to run in that environment (hence why just having the default payload data in JSON would be awesome).

I'm sure there's a way to do it with WASM or something of that sort, but just having access to the payload data as JSON would make things so much easier, and keep my bundle size much smaller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant