Java SDK documentation
We're excited to announce comprehensive documentation for the Java SDK for Convex! Java developers can now build on the Convex decentralised lattice with native JVM performance and familiar Java patterns.
Tools and libraries for Convex developers
View All TagsWe're excited to announce comprehensive documentation for the Java SDK for Convex! Java developers can now build on the Convex decentralised lattice with native JVM performance and familiar Java patterns.
We're excited to announce comprehensive documentation for the Python SDK for Convex! Python developers can now build on the Convex decentralised lattice with Pythonic idioms and patterns.
We're excited to announce the official TypeScript SDK for Convex! Build web applications, Node.js services, and React dApps with full type safety and modern JavaScript tooling.
Convex 0.8.1 ships a JSON parser (with a proper ANTLR grammar) for the lattice. The parser is the small part. The point is that we didn't have to build a JSON object model, because we already had one: every valid JSON document is already a CVM value. JSON is a strict subset of the data types Convex has had from the start.