-
Notifications
You must be signed in to change notification settings - Fork 372
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
JSON Serialization #45
Comments
Yeah this would be great. Probably not too difficult to add in either. |
Seconded. I would start using libCello tomorrow if it had this. |
Hello guys, i just "meet" Cello, and want to start collaborating with this issue, but i'm not a C expert. |
Hi all. I've made some progress on this issue. In fact I have a protoype or sorts working but it depends on various changes to the core. I'll probably upload it once I have something decent working on the web framework stuff. |
.... :-( |
I'm interested in using this feature as well, because it provides a generalised serialisation format between systems built using Cello and most other systems. |
I have found that a very robust remote system can be built using:
I've implemented a bunch of these small redis-protocol based servers in clojure, lua, python and js. I did try with basic c a while back but the structure had no maps. If json serialization tcan be created on top of the Cello datastructures, then it'd be super easy to send and receive messages to the tiny runtime that Cello provides. |
Currently, libCello support binary serialization, but it would be great if it supports JSON for parsing and serializing libCello data structures.
The text was updated successfully, but these errors were encountered: