Currently I'm working on a data store that uses JSON and JSON Schema. All the schemas currently uploaded to the store are tracked, and users can upload JSON instances of each schema (if the instance is valid). Because JSON Schemas themselves are written in JSON, they can be uploaded and validated just like any other piece of data.
Unfortunately JSON isn't a perfect serialization format and so I'm exploring other options. If Cap'n Proto schemas could be serialized/deserialized from Cap'n Proto messages it might be an option for me, is this possible? Also, if it is possible, has someone written a Cap'n Proto schema that describes all other Cap'n Proto schemas? -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
