Simple program to load from file and call JsonCodec.encode
33 views
Skip to first unread message
Adam
unread,
Jul 2, 2021, 10:40:32 AM7/2/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cap'n Proto
Hi, I'm new to C++ and having trouble getting started. I would like to write a simple program to load from a capnp binary file and encode to JSON via JsonCodec.encode.
Does anyone have a code snippet to do this? I can't find any relevant samples.